Condition : issue.issueTypeObject.name == 'Task'
Target Issue Type: Task
Additional issue actions:
checkLink = {link -> false};
issue.summary = 'Cloned issue'
Issue Link type: clones
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:
Peticion | Hideable 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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.