I created a transition condition to check the current user against the values in a custom multi-select user field called Implementers. I expected the transition to be visible to the user if the script returns true and not visible if it returns false. When I test the script, I am getting the boolean value as expected but when I publish the workflow, the user never sees the transition. Does anyone have any advice on how to make this work? This is the code I used:
issue.get("Implementer(s)").any{
it.getName() == currentUser.getName()}
This is my first time scripting a transition condition so not sure if I am missing something. I don't have any other conditions set for this transition.
What you described seems totally correct to me. I would advise to add a log message in the Closure so that you can see in the Jira Logs what element of the list is making the condition true. I would recommend rolling over Jira Logs before accessing the issue. Jira will automatically call the condition and display the condition log message.
Moreover what jira and JMWE versions are you using?
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.