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
Thanks @Alexis Robert that solution worked
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.