Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Multiuser Custom Field and membersOf() JQL function

Davin Studer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 10, 2018

I have a multi user custom field called "System Owners" and I want to write a filter that will pull back any issues where any members of the System Owners field are not in a certain group. I tried the below JQL.

"System Owners" not in membersOf(the group)

At first I thought this was working because I got results, but then I realized that I think it is only showing issues where ALL of the people in "System Owners" are not in "the group". I would like to find a way to report where any of the users in the multi-user field are not in "the group". Does anyone have any great ideas for this? Or is it just not doable with built-in JQL?

1 answer

1 accepted

1 vote
Answer accepted
Irfan Mazli Mazuki
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 1, 2018

Hello @Davin Studer,

It seems like it's not possible to achieve the requirement in the built-in JQL. The outcome seems to be an expected behavior since the "System Owners" in the JQL will be treated as a whole entity, which is why the outcome was ALL the "System Owners" members that are not in "the group" rather than ANY of the "System Owners" members that are not in the group.

I have tried to look for an alternative JQL available in the default JIRA but it does not seem there are any. You may want to look into some plugins that can extend the JQL capabilities in JIRA:

Suggest an answer

Log in or Sign up to answer