You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
I am trying to create an automation for an epic to have multiple tasks and subtasks at the issue creation screen. I cannot add the tasks to the epic for a reason. Here is my automation, what am I missing? Please help.
Hello @Elif Alverson
If you need to create subtasks under only one of the child issues this rule will work.
First, in addition to your condition to check the country, add a condition after the trigger to check that the trigger issue is an Epic. You don't want the rule to run when issue other than Epics are created.
Next add a step to create a variable to save the issue key of the Epic that triggered the rule.
After that add the steps to create the child issues. Create all the child issues except the one under which you want to add subtasks.
In each step where you create a child issue you need to link it to the parent Epic that triggered the rule.
For issues in Company Managed project you do this by setting the Epic Link field to the value you saved in your Variable earlier.
(If you are working with issues in a Team Managed project let me know and I will post the instructions for linking the child issue to the Epic for that type of project.)
After adding steps to create all the other child issues, add a step to create the child issue that needs subtasks.
Follow that with a Branch for "Most recently created issue". In that branch add the step for creating subtasks. They will be created under the most recently created issue - the last child issue the rule created.
Hi Elif,
Your automation should work and the issues should be getting created. However, if they are not linked to the Epic, then put this code in the Epic Link field when creating the Task:
{{triggerIssue.key}}
That will link the Task to the Epic.
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.