Hi!
I've been trying to build an automation with the following logic but the automation keeps failing:
If task it transitioned
Then check if there are subtasks with a summary name that equals to task's status,
if not create subtask with summary with the same name as it's task status.
The goal is to avoid creating duplicated tasks in case someone moves a tasks back to a status where it has been before and create an additional subtask that already exist.
Any thoughts in how to make this work are well appreciated!!
Hello @Jaqueline Correa
Welcome to the Atlassian community.
The first problem is that your rule is set up so that if there IS a sub-task with a summary that matches the status name, then the another sub-task WILL be created. If you don't want another sub-task created in that case you would need to change the Condition to use !~.
Next, what is the actual Status value that you see in the screen on the parent issue? Is it really literally ^1. Commercial Presentation$ with the ^ at the beginning and $ at the end?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.