blogs.conchango.com

welcome to the conchango blogging site
Welcome to blogs.conchango.com Sign in | Join | Help
in Search

Merrick Chaffer's Blog

Importing and Exporting Work item types in TFS

EXPORT

From Visual studio command prompt, issue the following command to export your work item type.

C:\>witexport /f "c:\BugWIT.xml" /t myservername /p mytfsprojectname /n "Bug" /exportgloballists

Work item type export complete.

IMPORT - Validation
First validate the xml file, using the validate switch

C:\>witimport /f c:\BugWIT.xml /t myservername /p mynewtfsprojectname /v

Work item type validation complete.

IMPORT
Now import the work item type

C:\>witimport /f c:\BugWIT.xml /t myservername /p mynewtfsprojectname

Published 18 January 2007 13:10 by merrick.chaffer

Comments

No Comments
Anonymous comments are disabled
Powered by Community Server (Personal Edition), by Telligent Systems