The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Prevent creation of duplicate subtasks

Fariz Aliverdiyev
Contributor
December 9, 2021

Hello!

Is there a way to not create duplicate subtasks if they were created before?

For example, parent issue uses workflow Open - In Progress - Done,  and on "In Progress" status 3 subtasks are created automatically. How to avoid subtask creating when parent issue is reopened, moved to "In Progress" status and change status of subtasks which were created before to initial one?

Thank you in advance. 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Aron Gombas _Midori_
Community Champion
December 9, 2021

I think your automation should check if the parent issue has sub-task.

If not, create the 3. If yes, don't do anything.

Fariz Aliverdiyev
Contributor
December 9, 2021

Thank you for answer, but how can I write "don't do anything" in Automation rule?