TFS 2012流程模板 - 不显示产品和迭代积压的列更新 -

时间:2015-07-20 18:14:27

标签: visual-studio-2012 tfs tfs2012 tfs2013

我已更新AgileConfiguration.xml流程模板,以包含特定列,列顺序和宽度,以匹配我们团队的工作方式。导入进程配置后,我希望更改能够反映在Web Access产品和迭代积压页面中。这些变化没有出现,而是我看到随着时间的推移,我可能会对我的个人专栏进行更改。我在一个新的团队项目中进行了测试,出现了变化。

如何删除我的个人修改并进行测试以确保应用更改?此外,如果所有用户都进行了更改,我如何确保所有用户都能收到更新?

模板示例:

<?xml version="1.0" encoding="utf-16"?>
<AgileProjectConfiguration>
  <IterationBacklog>
    <Columns>
      <Column width="65" refname="System.WorkItemType" />
      <Column width="400" refname="System.Title" />
      <Column width="60" refname="System.State" />
      <Column width="45" refname="Microsoft.VSTS.Scheduling.RemainingWork" />
      <Column width="90" refname="System.AssignedTo" />
      <Column width="40" refname="Microsoft.VSTS.Common.Priority" />
      <Column width="100" refname="Microsoft.VSTS.Common.Triage" />
      <Column width="50" refname="Custom.SCRID" />
      <Column width="250" refname="System.AreaPath" />
    </Columns>
  </IterationBacklog>
  <ProductBacklog>
    <AddPanel>
      <Fields>
        <Field refname="System.Title" />
      </Fields>
    </AddPanel>
    <Columns>
      <Column width="65" refname="System.WorkItemType" />
      <Column width="400" refname="System.Title" />
      <Column width="60" refname="System.State" />
      <Column width="45" refname="Microsoft.VSTS.Scheduling.Effort" />
      <Column width="90" refname="System.AssignedTo" />
      <Column width="100" refname="Microsoft.VSTS.Common.Triage" />
      <Column width="150" refname="System.IterationPath" />
      <Column width="50" refname="Custom.SCRID" />
      <Column width="50" refname="Microsoft.VSTS.Common.BacklogPriority" />
      <Column width="250" refname="System.AreaPath" />
    </Columns>
  </ProductBacklog>
</AgileProjectConfiguration>

0 个答案:

没有答案