Read this article in your language IT | EN | DE | ES
Create post here on Modifying Work Item Types in TFS 2010 by Ewald Hofman
The parts I was interested in, exporting and importing…
| When you want to modify the Task work item type in the project collection “DefaultCollection” on the TFS server “MyTfsServer” and the project “Agile project” you can enter the following command: witadmin exportwitd /collection:”http://MyTfsServer:8080/tfs/DefaultCollection” /p:”Agile project” /n:Task /f:”c:\temp\Task.xml” You can now make modifications to the work item type… When you are ready, it is time to upload or import the xml file again. To do that you can use the ImportWitd command…: witadmin importwitd /collection:”http://MyTfsServer:8080/tfs/DefaultCollection” /p:”Agile project” /f:”c:\temp\Task.xml” |
274bf1e2-e847-49ac-94aa-ec301c5dfdff|0|.0
Visual Studio, Team Foundation Server
team foundation, visual studio 2010