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: 

How to prevent users from cloning Stories without including sub tasks?

Jeyakumar S
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 9, 2024

We have an automation where all newly stories created stories will by default have a sub-task which acts as a checklist. But often users clone old stories which do not have the sub task. I want solution to prevent cloning of stories that do not have sub tasks and also when they clone new stories, they should not omit the sub-task. Please help. Thank you

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Wojciech Wardaszko
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
July 9, 2024

Hi @Jeyakumar S

Welcome to the Community!

If you're using subtasks as checklists, I recommend using a checklist app instead.

There are some free options in the Marketplace, including our Issue Checklist Free , which supports cloning out of the box - every issue with a checklist that gets cloned manually will have the same checklist as the original with all the checklist items unchecked.

Why don't you give it a try? I think it's beats punishing your users for not doing manually what can be automated ;)

Cheers,
Wojciech

0 votes
bduncan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
July 9, 2024

Automation can be used to detect whether an item is cloned if you have an issue link "clones."

So you could automatically create the sub-task, or use it to delete clones without sub-tasks:

WHEN Issue created
IF: Linked issues present Types: clones
AND: Sub-tasks not present
THEN: Permanently remove this issue