DCSIMG
Work Items,TFS Utilities,Visual Studio,TFS API,DEV - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

Browse by Tags

All Tags » Work Items » TFS Utilities » Visual Studio » TFS API » DEV (RSS)
How To: Create Generic Work Item Migration Tool For TFS
How To: Create Generic Work Item Migration Tool For TFS I heard people creates Migration Script with tfs command-line tools but in this tutorial I will show how to create Generic Migration Tool using TFS API. Preparing For Migration Before starting the Migration Tool you need to customize the Work Item Definition so you will not have problems during the Migration. For Example: Remove or Modify <REQUIRED> tags to make sure you will not have validation errors. Make sure that the first transition...