Automation rule to clone an Epic with its child issues
Platform Notice: Cloud Only - This article only applies to Atlassian products on the cloud platform.
Summary
This article will guide you to create an automation rule to clone an Epic with its child issues.
Solution
Use a manual trigger to clone a specific Epic.
Use a condition to check if the trigger issue is an Epic.
Use the clone action to clone the Epic issue.
Create a variable to save the newly created Epic issue key using this smart value:
1
{{createdIssue.key}}
Use a branch to access the Stories or other issues in the Epic.
Use the clone issue action to clone the child issues.
Use the variable to set the parent into the cloned stories, copy and paste the variable name:
1
{{NewEpicLink}}
You can use the same approach to clone any hierarchy-level issues.
Updated on March 5, 2025
Was this helpful?
Still need help?
The Atlassian Community is here for you.