在列更改中的Azure Devops中自动设置当前迭代

发布于 2025-01-17 14:09:40 字数 210 浏览 4 评论 0原文

我们的团队在Scrum工作,最近我们实施了Azure Devops作为OUT计划工具。当我们喜欢看板董事会的观点时,我们希望将其与迭代结合在一起,并保持同步。

大多数可以使用状态实现,好的,显而易见。但是我想知道是否可以为工作项设置规则,如果设置了某个状态,则将@CurrentIteration Prop设置为迭代路径字段。这有可能吗?看来我无法在工作项规则中选择迭代路径字段作为动作目标。

our team works in scrum and we recently implemented azure devops as out planning tool. As we like the view of the kanban board we'd like to integrate this with our iterations and keep both in sync.

Most of it can be achived using states, ok, obvious. But I'm wondering if I could set a rule for the work items that, if a certain status is set the @currentIteration prop is set to the iteration path field. Is this possible somehow? It seems I cannot select the iteration path field as an action target in work item rules.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夜灵血窟げ 2025-01-24 14:09:40

是的,您无法通过工作项规则更新迭代路径。这可能是您通过 REST API 定制的应用程序。您可以:

  1. 查找当前迭代: 迭代 - 获取
  2. 创建 wiql(例如,查找具有活动状态和迭代 <> 当前的工作项): 按 Wiql 查询
  3. 更新工作项:工作项 - 更新

Yes, you can not update the iteration path through work item rules. That`s maybe your custom app through rest API. You can:

  1. Find the current iteration: Iterations - Get
  2. Create wiql (like, find work items with Active state and iteration <> current): Query By Wiql
  3. Update work items: Work Items - Update
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文