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!
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.