1

After (or before) we convert from TFS 2012.2 to TFS 2015.3 (which we have done just fine in a test run) we would like to revert our team project to the standard TFS 2015 Agile process template, and no longer use the customized agile process that we had modified from TFS 2012. We are quite willing to delete all of our work items and start over, but need to keep the team project history and change sets. Anyone know how to do this? Answers to prior questions on this did not address this situation. Thanks.

4

1 回答 1

1

没有简单的方法可以做到这一点。基本上这些步骤需要你使用很多witadmin命令。首先删除任何已添加但在默认模板中不存在的工作项类型。

  1. 然后推送每个工作项类型的标准工作项定义。
  2. 然后推送分类
  3. 然后推送进程配置
  4. 然后删除不再使用的所有字段

这应该让您回到标准模板。

您可以尝试的另一种方法是使用 WitMorph 项目。您可以编写一组规则来将数据迁移回工作状态。

于 2016-10-04T13:30:46.763 回答