Hi Community.
I am looking for a practice (or plugin) in which at certain workflow transition, a user is selected at the transition screen, and once before transitioning the issue to its next state, jira must validate that the selected user belongs to a group. I want to know how to implement this.
Regards
Hi,
You can do a validator for group check using the script runner plugin.
Use the validator Scripted Validator -> "Simple Scripted Validator" -> put the code in condition box and message that is to be displayed when condition is not true.
There is already a example for reporter not in group. You can modifiy reporter to the field you want to check the user from.
Vijay
Hi Darly,
You may implement a User Is In Group condition in the workflow, following the instructions on the document below:
https://confluence.atlassian.com/display/JIRA/Advanced+workflow+configuration
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.