Reputation: 107
I'm busy migrating a Team Foundation Server 2012 Repository to a Git repository running in TFS 2013.
I'm using the recommended process:
This process keeps the code change history intact, but it does not import the Work Items for the project.
Is there a better way to migrate from TFS 2012 to TFS GIT 2013 that will keep the TFS Work items intact?
Upvotes: 2
Views: 1212
Reputation: 31137
IMHO, there is a better way...
TFS Integration Tools
didn't support TFS2013 (and nothing seems to have changed) and crashed.Otherwise, I could not explain better than what I have already done in git-tfs documentation
Upvotes: 2
Reputation: 23434
You need to use a tool that migrates Work Items:
If you contact me directly I can give you access to some code that may be useful.
Upvotes: 1