如何更改自定义 Sprint Board 列的排序顺序?

How to change the sort order of custom Sprint Board columns?

我正在尝试配置我们的 TFS scrum 设置以包含开发中的新流程。根据下面的屏幕截图,我添加了一个自定义 "Peer Review" 进程,但我希望它出现在 "Pending Review" 进程之前。

我无法重新排序下面屏幕截图中的项目

如何实现选择这些工作进程列的输出顺序?

根据您的屏幕截图,您正在尝试 customize the workflow (Inheritance process model)。目前仅适用于 VSTS,不适用于 on-premise TFS。

它无法更改状态顺序,它按照您在状态页面中添加它们的顺序列出

What you can't customize

You can't change the order of states (states are listed in the order you add them within the States page, and they're listed alphabetically within the drop down list of a work item form)

Source Link

由于您无法对状态进行重新排序,所以达到您的要求。您只能使用此解决方法:

  1. 删除"Pending Review";
  2. Re-add Pending Review 和 Pending Review 应在 Peer Review 下依次进行。
  3. 板也将按相同的顺序更新。