We are looking for a way to search for issues where the Assignee is not a member of a Group where the group is nominated in a Single Group Picker customer Field.
i.e.
'Assignee' IS NOT IN 'Assignee Group'
Is Assignee group a group within Jira user groups?
The JQL function membersOf() is not working for you?
membersOf() is not suitable in this case.
We have two fields:
We need to highlight the issues where the user in the Assignee field is not a member of the group in the Assignee Group field.
Would this be a case for a custom scripted field?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
assignee is not in membersOf(<Jira group name>)?
Certainly if the assignee group is a random list of user ids then membersOf() doesn't work, this was why I asked if this was a jira 'group'.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The Assignee Group is a Custom Field, which will contain a Group Name.
Using the group name specified in the 'Assignee Group' field, I want to ensure that the Assignee is a member of that group.
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.