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.
I have a trigger that creates multiple stories when an epic is created with a certain label. I want these stories to be created in a different project, depending on what was selected in the parent epic's 'Squad' field. How do I do this?
Hi Vanessa - Welcome to the Atlassian Community!
Have you started creating the rule yet? Is so, can you share what you have?
If not, you can take a look at this info to get started:
There are two types of automation:
Automation Basics: https://www.atlassian.com/software/jira/guides/expand-jira/automation
You can do this via global rules to apply to all projects also. You'll need to be a Jira Admin/Site Admin, go to Jira Settings > System > Automation Rules (left-hand menu).
For more on using Automation For Jira see these help pages.
Essentially, you will start with an Issue Created trigger.
Then add conditions for issue type = Epic and label = ABC
Then do an If/Else Block condition for each of the Squads. After each If, add a new action to Create Issue. There you can choose whatever project and fields you like.
Hi John,
I started with the Issue Created trigger and the conditions for the Epic and Label, but I got stuck after that. I did as you suggested with the If/Else block condition and it now works a treat!
Thank 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.