Hello colleagues!
I want to see not all assignees in search results, only certain.
I try to configure search query like that:
project = "Project Name" AND assignee = (assignee1, assignee2, assignee3)
But result is 0.
What kind of mistake am I supposed to make?
Hi Alex,
this should do it:
project = "Project Name" AND assignee in (assignee1, assignee2, assignee3)
In addition to Thomas' answer I'd like to encourage you to peruse this documentation.
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.