Hi,
i have a groovy script where i can rate an issue and if it has a certain score I want it to automatically transition to a certain workflow condition
if (certain condition is met)
move issue to certain workflow
I havnt really found anything that works so far. If im done rating the issue a custom field has a certain value, and depending on that value the issue should transition into a different workflow status.
Thx for your help guys.
Hello @GS1337
You can write a custom listener, which listens to updates on custom fields. Once you rate a issue then you are basically updating the custom field and then the listener can execute and transition the issue to desired status but in order to transition the issue using groovy an transition should exist in workflow from the current status to the target status.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.