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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.