Welcome to EMC Consulting Blogs Sign in | Join | Help

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

This Blog

Syndication

News

Powered by Community Server (Personal Edition), by Telligent Systems