How to set up search filter to show only certain assignees?

alexxkey January 26, 2018

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?

2 answers

1 accepted

4 votes
Answer accepted
Thomas Schlegel
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 26, 2018

Hi Alex,

this should do it:

project = "Project Name" AND assignee in (assignee1, assignee2, assignee3)

Ivan Tovbin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 26, 2018

In addition to Thomas' answer I'd like to encourage you to peruse this documentation.

alexxkey January 26, 2018

Thank you Ivan!

0 votes
alexxkey January 26, 2018

Thank you Thomas! It works!:)

 

Suggest an answer

Log in or Sign up to answer