在多个Team Project Collection中更新TFS字段名称

时间:2014-08-08 16:41:55

标签: tfs tfs2013 tfs-workitem tfs-reports

我有两个团队项目集合 - DefaultCollection和ArchiveCollection。我需要将System.ExternalLinkCount的显示名称从“ExternalLinkCount”更新为“External Link Count”。

这是我用来在两个集合上完成的命令:

witadmin changefield /collection:http://localhost:8080/tfs/<CollectionName> /n:System.ExternalLinkCount /name:"External Link Count"

我从命令中得到没有错误,它告诉我该字段已更新。但是,在我处理Tfs Warehouse之后,我在字段上看到了架构冲突。 DefaultCollection具有更新的名称,但ArchiveCollection仍具有旧名称。

这是我不理解的部分。更新将在两个集合中的相同字段中进行,但不会在ArchiveCollection中进行更新。

不确定我缺少什么。

0 个答案:

没有答案