Author Topic: Integration with Team Foundation Server (TFS)  (Read 8868 times)

YogaMatt

  • EA User
  • **
  • Posts: 111
  • Karma: +8/-0
    • View Profile
Integration with Team Foundation Server (TFS)
« on: January 27, 2017, 10:02:38 pm »
Having model elements to represent TFS stories, features etc in Sparx EA will support traceability and agile modelling.
We want to avoid rekeying and dual maintenance of the stories, etc in TFS and EA.
So, does Sparx EA integrate with TFS in such a way that TFS stories, etc are synchronised with model elements in Sparx EA? That is, model elements which are the stories and features, etc.


For anyone else reading this post later, and for completeness, does Sparx EA integrate with TFS for:
  • For versioning the code generated from the model?
  • For versioning of the model elements?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13288
  • Karma: +557/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Integration with Team Foundation Server (TFS)
« Reply #1 on: January 27, 2017, 11:00:56 pm »
TFS version control is supported out of the box and works quite fine.
TFS integration for workitems (user stories, features, bugs, etc...) works using the Visual Studio MDG integration, but only up until version 2013 (I think)
VS version 2015 is no longer supported.

As an alternative you can use my free open source EA TFS connector
This tool uses the REST API of TFS so requires no local installation of any part of TFS or Visual Studio (and it support version 2015)

Geert

YogaMatt

  • EA User
  • **
  • Posts: 111
  • Karma: +8/-0
    • View Profile
Re: Integration with Team Foundation Server (TFS)
« Reply #2 on: January 28, 2017, 03:21:22 am »
Many thanks Geert. That's brilliant.