英文:
Jira Automation: Ticket Field Inheritance
问题
我有一个名为“VCP Initiative”的自定义字段,适用于所有工单。我想创建一个自动化规则,如果我创建一个具有父代史诗的用户故事,我希望将“VCP Initiative”字段复制过去。
示例:
- 创建史诗(EX-123),并将“VCP Initiative”字段填写为“Top5”。
- 创建一个用户故事(ST-12)。
- 在“父链接”中填写EX-123。
- 创建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:
- Epic created (EX-123) with the
VCP Initiative
field filled in asTop5
- Create a story (ST-12)
- Fill in
Parent Link
with EX-123 - ST-12 is created and the
VCP Initiative
field auto-populates withTop5
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
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论