I need to launch an authomatic transition when an issue arrives to an status X. How can I detect that this has happened?
I want to launch an event when the issue has arrived to this status X using 2 Built-in script listeners from Script Runner Plugin:
Fires an event when condition is true (the condition is "if the issue is in status X")
Fast-track transition an issue ("then go to status Y")
There is a built-in example for the priority changing, you can use the same for status. It should be something like:
issue.statusObject.name == 'Closed' && changeItems.any {
it.get('field')=='status'
}
ie the status is now Closed, and the status was changed as part of this event.
Sorry, I'm not an expert in programming JIRA:
Where should I include this code to cause the change of status?
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.