Hi Nic
The latest version of ME has introducPed a post function to Transition the current issue. This works fine and if I use a JUL script as a Condition on the transition from a user perspective it works as I want. However it does log as a fault. I was hoping to use the groovy script condition of MWE to stop the fault reporting.
The problem I have with Script Runner is that while it performs the transition it does not update the status on the view screen unless I manually refresh the screen.
I'm afraid there's a couple of answers to this because the question is a little unclear.
Assumption 1 - you only want to allow a transition - you'll need to find/write a condition that can interrogate the current value of the field and return a yes or no back to the workflow. If you do that, the transition you put the condition on will not be offered to the user unless the field is set correctly.
Assumption 2 - you want to pick up changes of the field to the value and transition the issue automatically - you'll need to find/write a listener that can pick up issue edits, check the field has been changed to that specific value, and issue the transition if required.
For what it's worth, I don't think the JMWE can do either of these. Script-runner can though.
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.