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
Hello,
Use the IN operator:
reporter in (user1, user2)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.