Test Director Defect Mapping to VSTS Work Item

We need to be able to map Mercury Test Director defects into VSTS Work Items for developers to work...has anyone written a custom conversion utility?
[149 byte] By [Leef] at [2007-12-18]
# 1
Both applications have an interface that can be used from C#, so it will only be a matter of time. I envisage myself writing one for the company I'm working at at some point in the future, but that may be about 8 months away.
Mat1t at 2007-9-8 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - General...
# 2
We are looking at a similiar solution...also have looked at using replication between SQL Server and Oracle...
Leef at 2007-9-8 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - General...
# 3

We have implemented 1-way synchronizer from TD/QC to VSTS which could pretty easily be converted into 2-way.

Was not that hard and we will probably turn this into small utility for others as well.

IlpoJuvander at 2007-9-8 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - General...
# 4
Do you happen to have this utility availability? We are needing to have a two-way synchronization between TestDirector and Team Foundation Server.
EdBlankenship at 2007-9-8 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - General...
# 5

Hei

Yes we have this now working as 2-way synchronization.

What it does, it simply takes out new defect from TD and copies data into TFS. Then when TFS status is changed, it will be copied over to TD (not to system status field, but other one).

Works quite nicely, does what it supposed to be doing and gives developers the freedom of doing their work where they should be and testers to work only with TD.

You can contanct me at ilpo_juvander@hotmail.com and I will give you some more info.

//Ilpo

IlpoJuvander at 2007-9-8 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - General...
# 6

First beta version of this tool has just been sent out. Waiting for feedback on how it will be working.

For others who are interested on this, just contact me and I will give further information or see here: http://onroad.juvander.fi/community/blogs/news/archive/2006/11/20/tfs-bug-item-synchronizer-1-1-for-mercury-quality-center-is-now-available.aspx

IlpoJuvander at 2007-9-8 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - General...
# 7
After some finger trouble with configuring this utility I now have this synchronization up and working between TD 8.2 and TFS (two way). Things seems to work correctly so far even if running on a beta version of the Juvander software.

Some experiences

  • Having this sync as a Windows service is great - no need to log in to Windows to run the synchronization
  • All defects synced from TD to TFS will have the identity of the user that is set up to be the user logging into TD from the sync service. I may be able to replace this user with the user id coming from the defect itself so that TFS is reporting the correct originator of the bug
  • Some information is dupklicated across several configuration files in the sync setup - so it's easy to make mistakes here and forget one change. I hope Juvander will look into having one tool to write the configurations back to the different services that are part of the synchronization
  • Extremely short roundtrip on support questions on their web site. I guess sitting in almost the same time zone matters here
All in all - a recommendation on this product is on it's way!
DagH.Baardsen at 2007-9-8 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - General...

Visual Studio Team System

Site Classified