在Team Foundation Server中修改Sprint Board的列 [英] Modify the columns of the Sprint Board in team foundation server

查看:99
本文介绍了在Team Foundation Server中修改Sprint Board的列的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用MS Team Foundation Server实现Scrum,我想查看整个进度,并在董事会中添加一些列,以使其更加清晰明亮

I am using MS Team Foundation Server to implemet Scrum and I would like to see the whole progress and add some columns in the board to be more clear and bright

当我进入所有PBI的公开董事会时,我可以自定义传递操作。
我可以添加新列:已提交,已测试,已发布等。

When I go to the public board of all PBIs, I can customize the delivery operation. I can Add new columns: Committed, Tested, Published etc.

公共局PBI图片

但是问题是当我尝试自定义sprint局时,它似乎不可触摸
我无法以任何方式添加任何新列,甚至无法编辑列名称

But the problem is when I try to customize the sprint board, it seems to be untouchable I couldn’t add any new columns any way, or even edit columns name

Sprint Board的PBI图片

我尝试这样做是错误的吗?我应该离开它并忍受吗?

Am I wrong trying to do such thing ? should I just leave it and live with that? Is there any alternative way to my PBIs pass in testing and committing process?

推荐答案

步骤:


  1. 通过WitAdmin命令导出工作项(例如任务)。

  2. 向工作流程部分添加自定义状态

  3. 通过WitAdmin命令导出ProcessConfiguration过程文件。

  4. 在TaskBacklog =>状态部分中添加状态项。例如:

  1. Export work item (e.g. task) through WitAdmin command.
  2. Add custom state to workflow section
  3. Export ProcessConfiguration process file through WitAdmin command.
  4. Add state item in TaskBacklog=>States section. For example:

< States>
<州类型=提议 value =待办事项 />
<状态类型= InProgress值=进行中 />
<州类型= InProgress value =评论 />
<州类型=完成值=完成 />
< / States>

注意:如果您使用的是TFS 2012,请更改导出过程的版本

Note: If you are using TFS 2012, please change the version for export process configuration article to 2012. It is different.

如果只需要更改列名,则只需修改流程配置文件即可。

If you just need to change the column name, please just modify process configuration file.

致谢

这篇关于在Team Foundation Server中修改Sprint Board的列的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆