I recently have been going through the steps to move our Visual Studio Team Services projects from using TFS to Git. I have done this successfully (using git tfs) and was able to get the branches and version history to come along for the ride as well. The issue I'm running into now, is that some of the TFVC projects (to be converted) have Sprints & Work Items, as well as checkins associated with them that I want to be able to migrate over to the new Git project. I'm using visual studio 2015.
I want to be able to migrate the sprints and work items over to the new project which uses git, and historically associate all of the check-ins (now commits). I know that I can create new work items/sprints in Team Services, then associate git commits with the work items using the syntax #{work item number}
but I don't know how to preserve (or re-link) the historical associations once I do the conversion.
Is this even possible?