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 can I prevent Subtasks from being cloned (Scriptrunner)

alex
April 30, 2015

I have a workflow with lots of transitions where subtaks are getting created. somwhere in the process, i use clone and link issue from scriptrunner plugin. this works well, but from now on all new subtasks in the main workflow are appearing as well in cloned issue.

Is it possible to have only the referral parent - child without subtasks?

I need to prevent this since the main workflow can also get looped some several times and each new subtask will enlarge the linked subtasks list in clone.

kind of:

how-can-i-prevent-labels-from-being-copied

thanks for your help.

before (on create)

before.jpg

after next main WF step:

 

after.jpg

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

2 votes
Answer accepted
Alejo Villarrubia [Adaptavist]
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.
May 1, 2015

Hi Alex,

If you add checkLink = {link -> false} in the Additional issue actions field of the Clone an issue and links post-function, other links from the parent issue won't be copied in the cloned issue.

You can see more information here: https://jamieechlin.atlassian.net/wiki/display/GRV/Built-In+Scripts#Built-InScripts-Controlofcloninglinks

alex
May 3, 2015

Hi Alejo, thank you for your imput, but unfortunately this doesn't work at all. the initial cloned issue gets created as well as all subtasks get linked.. I also tried the other statement checkLink = {link -> link.issueLinkType.name != "Cloners"} which doesn'tz affect any bahavior also.

alex
May 3, 2015

ok, now i got it. this statement has to go in all other transitions where the subtasks are created. thanks!