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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@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):
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you can try this automation, if that works for you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Jira Administrator
Configure Jira Software, Jira Core, or Jira Service Management, including global settings, permissions, and schemes.
Managing Jira Projects Cloud
Learn to create and configure company-managed projects in Jira Software and partner effectively with Jira Admins.
Learning Path
Become an effective Jira Software Project Admin
This learning path is designed for team leaders who configure Jira Software projects to match a team's processes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.