Modify the columns of the Sprint Board in team foundation server

﹥>﹥吖頭↗ 提交于 2019-12-05 15:54:21

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

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