TFS 在视图中按迭代自动排序工作项

TFS automatic order work items by iteration in a view

我发现自己在 TFS 2015 中经常做的一件事是重新排序积压视图中的项目,以确保它们遵循分配的迭代顺序。他们很容易乱序,因为不同的团队使用不同的过滤器,并且在一个团队视图中排序某些东西可能会使它在另一个团队视图中乱序。此外,根据您 create/add 工作项的方式,它可能会自动放置在底部或其他位置。

有没有人知道除了在 Backlog 视图中拖动项目外还有什么其他方法可以维持此顺序?

默认情况下,工作项按 Backlog priority(Scrum 模板)或 stack rank(敏捷和 CMMI 模板)排序。详情请见this blog

要订购待办事项中的工作项目,您可以参考Backlog priority or stack rank order了解详情。

The sequence of items on each backlog is determined according to where you have added the items or moved the items on the page. As you drag and drop items within the backlog list, a background process updates the Stack Rank (Agile and CMMI processes) or Backlog Priority (Scrum process) fields. These fields are used by the system to track the relative ranking of items on the product, feature, epic, or other portfolio backlog. By default, these fields don't appear on the work item form.

因此,您可以 select 多个项目并更改顺序或导出包含积压项目的查询,更新 Backlog PriorityStack Rank 字段,然后发布您的变回 TFS。