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

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 Leaders.
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!

Suggest an answer

Log in or Sign up to answer