loop when clone an issue in create transaction

Irene Espadas October 20, 2014
I use scriptrunner postfuncion "Clones an issue and links"  with this parameters and the result is an infinitive loop that generates a los of issues. What I am doing wrong?

Condition : issue.issueTypeObject.name == 'Task'

Target Issue Type:  Task

Additional issue actions: 

checkLink = {link -> false};
issue.summary = 'Cloned issue'

Issue Link type: clones

2 answers

0 votes
Irene Espadas October 20, 2014

I try to add a new custom field but something does not work. It doesn't make a loop but does not clone de issue.

The new field has this features:

PeticionHideable Free Text Field (unlimited text)

Issue Type: Task

I put a default value to it.

 

If I put a condition of the issue :

cfValues['Peticion'] == 'UAGE'

 

But I don't know if this is ok.

Please, help me. Thank you

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 20, 2014

You need to create an issue of a type which has a different workflow that does NOT have this post-function on it.

Or, you could add a new custom field to the issue type (read only, no need to put it on screen), set it on the primary new issue, and then interrogate it and break oout of the clone process if it is found on the originating issue.

Suggest an answer

Log in or Sign up to answer