We have TFS 2010 environment, We have WIT BUG with so many customizations done. current need is want a new Work Item Type which has exactly same behaviour and functionality as “Bug”, but just a different name (Both Work Items, BUG and new WIT should be in the same team project). So can we Export WIT 'BUG' Rename it and import it to the same Team Project if we do this what are the impacts. Or what else we need to do and where we need to do changes. If not possible please let me know what is the best possible way to do this.
Asked
Active
Viewed 205 times
1 Answers
0
Absolutely you can do this, with no adverse consequences.
If you are using a Developer Command Prompt, the steps are:
- Run:
witadmin exportwitd /collection:http://yourserver:8080/tfs/YourCollection /p:YourProject /t:Bug /f:bug.xml
- Open
bug.xml
, change thename
element to something else at the top of the file. Save the file. - Run:
witadmin importwitd /collection:http://yourserver:8080/tfs/YourCollection /p:YourProject /f:bug.xml

granth
- 8,919
- 1
- 43
- 60