I want to create a rule in jira-automation to assign fix versions to sub-tasks if a fix version is added to an issue or epic.
Hi @Karthikeya G
you can try this automation, if that works for you
@Karthikeya G -
Welcome to the community. Using automation rule, take a look at the sample rule below -
The triggering event will be Field value change (in this case the parent case's field is updated "Fix Version/s")
Next - Create a branch rule/related issues loop (in this case it is for related issues "Subtasks")
Lastly - use the edit issue action on the subtasks by copying Fix Version/s from parent issue -
Hope this helps.
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Technology Applications Team
Viasat Inc.
If my suggestion helped you, please click on Accept answer when you have a chance, so others with similar asks will see this posting as an answered solution in the community group.
Best, Joseph
Hi @Joseph Chung Yin ,
The above answer is helpful but in the last step I am not able to find the exact function to copy fix version from parent. How can I configure that function?
@Karthikeya G you need follow these steps:
Step 1: When issue created.
Step 2: Add Related Issue Condition --> if parent exists.
Step 3: New action --> edit issue --> Choose fix version field -->Click on Copy -->Select issue to copy value from Parent issue.
@Karthikeya G You can click on the text "Add Fix versions from Current issue" (red arrow below). Then, you can set the options accordingly (blue arrows below):
It looks like you're new here. Sign in or register to get started.