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
Hello,
I would like to create a list of sub-tasks that are auto-populated when an issue is created in a project.
At the moment it says the automation should run when an issue is created however whenever a sub-task is created in other issues it is triggering the automation to attempt to run and then causing an error saying that a Parent Issue cannot be a sub-task.
Any help much appreciated,
Hi @Michael Barrett ,
to prevent this, I would suggest adding a simple Condition block after the trigger, to check that the issue type is not a sub task. Something like this :
Let me know if this helps,
--Alexis
That should do it. :-)
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.
Hey @Michael Barrett
Welcome to Atlassian Community !!.
can you show the rule you have written and error log ?
Please check this example.
https://www.atlassian.com/software/jira/automation-template-library#/rule/1363678
Maybe you can add a condition like issuetype in standardissuetypes() below issue created event
Regards,
Vishwas
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.