We have a workflow where we use a screen to change the assignee before a specific step. We want only assignees from a specific usergroup to be valid, otherwise JIRA should throw a message.
We tried scriptrunner, but it is not working. We integrated the following script as a validator using script runner:
import com.atlassian.jira.component.ComponentAccessor def groupManager = ComponentAccessor.getGroupManager() groupManager.isUserInGroup(issue.assignee?.name, 'group-name')
JIRA is the latest version.
Any other ideas?
Thx
Simon
hi Simon, did you find an answer now? I am also looking for the solution
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.