Forums

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

JQL - using 'is' with a list

Stephen Bell March 21, 2019

Hi all,

I would like to search using the 'reporter is' JQL search but for multiple reporters, is there a cleaner way to do a listm using brackets for example, rather than using OR loads?

 

thank you

 

EDIT: I have tried using brackets in a report, has a green tick by the query but won't allow me to add the query to the report

1 answer

1 accepted

1 vote
Answer accepted
Alexey Matveev
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.
March 21, 2019

Hello,

Use the IN operator:

reporter in (user1, user2)

Suggest an answer

Log in or Sign up to answer