Forums

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

Trying to pull multiple users in a query using UpdatedBy

Nikki Hailey
Contributor
August 8, 2023

I am trying to edit this filter

   project = XYZ AND issuekey IN updatedBy(jsmith) order by created DESC

to include multiple users, but this

   project = XYZ AND issuekey IN updatedBy(jsmith, jdoe, jjones) order by created DESC

errors out and I'm fairly new to JQL so I'm unsure how to proceed. Thanks for all help!

1 answer

1 accepted

0 votes
Answer accepted
Kris Dewachter
Community Champion
August 8, 2023

Hi @Nikki Hailey ,

The updatedBy function only allows you to enter 1 username.

You will have to use the OR function in your JQL if you want to check for multiple users.

Best regards,

Kris

Nikki Hailey
Contributor
August 8, 2023

Thank you! This worked perfectly.

marton f February 26, 2024

Hi Kris!

Can you tell me how to get usernames?

I've read all the related posts but non of them worked for me.

Thanks

Suggest an answer

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

Atlassian Community Events