是否可以根据 Azure DevOps 中的其他字段选择自动填充字段?

Is it possible to auto populate field based on other field selection in Azure DevOps?

我在 Azure DevOps 云上的 Bug 工作项中添加了以下 2 个自定义字段

  1. 版本号(选择列表)
  2. 发布环境(选择列表)

当我 select 发布号时是否可以自动填充发布环境。

Is it possible to auto populate field based on other field selection in Azure DevOps?

答案是肯定的。

您可以将自定义规则添加到 Azure DevOps 上的 Bug 工作项,这允许您超越为字段设置默认值或使其成为必填项。规则允许您清除一个字段的值,将一个值复制到一个字段中,并根据不同字段值之间的依赖关系应用值

以下是我的测试自定义规则:

然后,为其他 ReleaseNumber 创建其他自定义规则。

您可以查看文档 Add a rule to a work item type (Inheritance process) 了解更多详情。

希望对您有所帮助。