Book a Demo

Author Topic: EA MDG for Visual Studio: Synchronize  (Read 2875 times)

ssp

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
EA MDG for Visual Studio: Synchronize
« on: March 04, 2010, 01:23:58 am »
Hi all,
I'm using EA MDG for Visual Studio to import Team Foundation Server WorkItems to Requirements via the TFS mappings dialog. This works as expected and really rocks.

But now I want to create an new Requirement in EA and  automatically create a new WorkItem in TFS. Is this way working with MDG, too? How do I invoke it (Using the "Synchronize..." Popup-Menu did not work as expected)?

Thanks again for your help,
Sören

Jim Beck

  • EA User
  • **
  • Posts: 29
  • Karma: +0/-0
    • View Profile
Re: EA MDG for Visual Studio: Synchronize
« Reply #1 on: March 12, 2010, 09:06:01 am »
I'm not sure what you want exactly and I'm new to EA, but you might want to check out "EA_OnPostNewElement" in the help file.  It's a callback that you can get in an EA add-in whenever a user makes a new element.  I imagine you can test if it is a requirement item and then use the TFS interface to create something in TFS.

Hope it helps,

Jim