I would like to show a transition on an issue only if the current user belongs to the group selected in the group picker field on that issue.
For example, the group picker on the current issue is set to "Group A." If the current user belongs to the group called Group A, show the transition. If the current user is not in the group, hide the transition. The group picker may be set to Group A, Group B, Group C, etc. so it cannot be a static string in the condition.
I have not used Groovy scripting yet, but DO have Script Runner installed. Just not sure how to write anything in Groovy.
In short terms, I need to show my 'Assign To Me' transition on an issue if the current user is in the same group as the group picker value.
You don't need scriptrunner to be able to do this in JIRA. All you need to do is edit the workflow, select the transition in question, and the add a condition called "User is in group custom field":
Once you do this, you then have to select the custom group field in question. In my case my group picker custom field name was GP1:
From that point you just have to publish the workflow. I was then able to make sure that if my user was in that group, they could see that transition, whereas other users not in that group cannot see this transition.
I have no clue how I wasn't able to figure this out. I have loads of workflow conditions/post functions and for some reason never knew this option was there. Hilarious! Thank you SO much!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.