Jira自动化:工单字段继承

huangapple go评论88阅读模式
英文:

Jira Automation: Ticket Field Inheritance

问题

我有一个名为“VCP Initiative”的自定义字段,适用于所有工单。我想创建一个自动化规则,如果我创建一个具有父代史诗的用户故事,我希望将“VCP Initiative”字段复制过去。

示例:

  1. 创建史诗(EX-123),并将“VCP Initiative”字段填写为“Top5”。
  2. 创建一个用户故事(ST-12)。
  3. 在“父链接”中填写EX-123。
  4. 创建ST-12后,“VCP Initiative”字段会自动填充为“Top5”。

仍在努力熟悉项目设置中的自动化功能,所以非常感谢您的帮助!

英文:

I have a custom field titled VCP Initiative that goes across all tickets. I want to create an automation that if I create a Story that has a Parent Epic I want the VCP Initiative field to be copied over.

Example:

  1. Epic created (EX-123) with the VCP Initiative field filled in as Top5
  2. Create a story (ST-12)
  3. Fill in Parent Link with EX-123
  4. ST-12 is created and the VCP Initiative field auto-populates with Top5

Still trying to get use to the Automation area in Project Settings so help would be greatly appreciated!

答案1

得分: 3

你可以使用以下配置创建自动化:

1- 触发器:问题创建

2- 条件:相关问题条件

  • 相关问题:史诗
  • 条件:存在

3- 动作:编辑问题

  • 选择字段:VCP 计划
  • 设置值:从父级复制
英文:

You can create an automation with the configuration below :

1- Trigger : Issue created

2- Condition : Related issues condition

  • Related issues : Epic
  • Condition : Exists

3- Action : Edit issue

  • Choose field : VCP Initiative
  • Set value : Copy from parent

huangapple
  • 本文由 发表于 2023年6月30日 02:10:35
  • 转载请务必保留本文链接:https://go.coder-hub.com/76583624.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定