We just upgraded from TFS 2010 to TFS 2013. Since we were using CMMI process template earlier, we need to change our template to Agile Template.
The upgrade was done by restoring the SQL database from the old SQL server to the new one and then using TFS 2013 upgrade wizard.
After checking out on the internet we came to understand two things:
- For the future work items, we can use witadmin and import the new XML definitions of the various work items.
- However, for the existing data (old work items) we will have to first understand how the data is stored in the SQL databases of TFS and then manually map old work items and their states to the agile template and fire SQL queries to change the references.
For #2, is that the only way to go ahead? Since microsoft is fond of wizards, I wonder if there is one to make out life easier here :)