如何在创建工作项目期间使用Web钩应用模板

发布于 2025-02-06 04:27:16 字数 83 浏览 1 评论 0 原文

在Azure DevOps板上创建新工作项目时,我想自动将数据自动添加到多个字段 例如:当用户创建新错误时 - 计划的版本字段将自动设置为可用的最后版本

I would like to to automatically add data to multiple fields when creating new work item in Azure Devops boards
For example: when a user create new bug - the planned version field will be set automatically to lastest version available

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

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

发布评论

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

评论(1

早茶月光 2025-02-13 04:27:16

您可以尝试使用工作项规则功能来做到这一点。

例如:

条件

创建工作项...

动作

然后 设置... {字段名称} < /code> to {value}


”在所有自定义过程(继承过程)中可用。有关更多详细信息,您可以引用文档“ 将规则添加到工作项类型 ”。

You can try to use the work item rule feature to do this.

For example:

Conditions

When A work item is create ...

Actions

Then Set the value of ... {Field Name} to {Value}

enter image description here

This feature is available in all the customize processes (Inheritance process). For more details, you can reference the document "Add a rule to a work item type".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文