Forums

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

JQL query to check if at least 1 of a group of users is present in a User Picker Multiple field

Syd Skaff April 10, 2025

I have 3 users who all have the authority to sign off on tickets and record their names in a User Picker (multiple) field. I need a way to query for issues that do not contain at least 1 of these people's names in the field. In other words, I need to find all issues that do not contain user1 or user2 or user3. Note that there may be other names in the field (user4, user5, etc.) and I would still want the query to show these issues.

1 answer

0 votes
Humashankar VJ
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.
April 10, 2025

Hi @Syd Skaff 

Try this JQL and see whether it suits your requirement,

"Approvers" NOT IN (user1, user2, user3) OR "Approvers" IS EMPTY

To validate the Approvers field, two conditions are used, NOT IN (user1, user2, user3) checks that none of the three authorized users are selected, while IS EMPTY verifies that the field hasn't been left blank.

This approach is particularly effective for User Picker fields that allow multiple user selections.

Hope this helps - Happy to help further!!
Thank you very much and have a great one!
Warm regards

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events