简体   繁体   English

如何确保所有 Azure DevOps 待办事项都具有堆栈排名值?

[英]How do I ensure all Azure DevOps backlog items have a stack rank value?

I have an Azure DevOps board in the cloud configured to use a (modified) CMMI process.我在云中有一个 Azure DevOps 板,配置为使用(修改后的)CMMI 过程。 I would like to export the tree of backlog items as CSV to another system, and I want to be able to replicate the exact order of the items.我想将积压项目树作为 CSV 导出到另一个系统,并且我希望能够复制项目的确切顺序。

Microsoft explains that:微软解释说:

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.当您在 backlog 列表中拖放项目时,后台进程会更新 Stack Rank(敏捷和 CMMI 进程)或 Backlog Priority(Scrum 进程)字段。

The Parent field helps me reconstruct the tree hierarchy. Parent 字段帮助我重建树层次结构。 But some of my items don't seem to have any value in the Stack Rank field, so I can't determine the correct order of sibling nodes.但是我的一些项目在 Stack Rank 字段中似乎没有任何值,因此我无法确定兄弟节点的正确顺序。 In particular, it looks like items created as Epics and Features might be given a Stack Rank, but items created as Requirements or Tasks may not.特别是,看起来创建为史诗和功能的项目可能会被赋予堆栈等级,但创建为需求或任务的项目可能不会。 If I move items around, a Stack Rank value is assigned to the one that I moved, but not to its siblings.如果我四处移动项目,Stack Rank 值会分配给我移动的项目,但不会分配给它的同级项。

How can I ensure that every item is given an appropriate Stack Rank value when it is created?如何确保每个项目在创建时都被赋予适当的 Stack Rank 值?

Or is there some operation I can do (preferably automatically via API) to add a Stack Rank to items that don't have one?或者我可以做一些操作(最好是通过 API 自动)为没有 Stack Rank 的项目添加一个 Stack Rank?

According to this github issue response from @msebolt, Stack Rank isn't automatically assigned unless an item is re-ordered.根据@msebolt 的这个 github 问题响应,除非重新订购项目,否则不会自动分配 Stack Rank。

It seems that for items without a Stack Rank value, I can rely on the order of the items in the CSV export.似乎对于没有 Stack Rank 值的项目,我可以依赖 CSV 导出中项目的顺序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM