Modify the columns of the Sprint Board in team foundation server

时间秒杀一切 提交于 2019-12-10 09:34:58

问题


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

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.

Public Board PBIs Picture

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 PBIs Picture

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:


Steps:

  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> <State type="Proposed" value="To Do" /> <State type="InProgress" value="In Progress" /> <State type="InProgress" value="Review" /> <State type="Complete" value="Done" /> </States>

  5. Import modified work item file and process file to the team project
  6. Check the result in web access.

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.

Regards



来源:https://stackoverflow.com/questions/38467746/modify-the-columns-of-the-sprint-board-in-team-foundation-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!