Reputation: 1852
After (or before) we convert from TFS 2012.2 to TFS 2015.3 (which we have done just fine in a test run) we would like to revert our team project to the standard TFS 2015 Agile process template, and no longer use the customized agile process that we had modified from TFS 2012. We are quite willing to delete all of our work items and start over, but need to keep the team project history and change sets. Anyone know how to do this? Answers to prior questions on this did not address this situation. Thanks.
Upvotes: 1
Views: 158
Reputation: 114571
There is no easy way to do it. Basically the steps require you to use a lot of witadmin
commands. Start by deleting any work item types that were added and don't exist in the default template.
That should bring you back to the standard template.
An alternative you could try is to use the WitMorph project. You can write a set of rules to migrate your data back into working order.
Upvotes: 1