Quick filter add more than one assignee

Sergi Ortega
Contributor
May 9, 2022

Hello there :)

I'd like to add a quick filter that includes 10 different assignees. I could do that by using the following jql: 

assignee was in (xyz01, xyz04, xyz01, xyz01, xyz01, xyz03, xyz01, xyz03)

In fact, the filter takes if the issue was assigned to the user in the past. So if an issue is currently assigned to another person but was assigned to the user mentioned in the filter, it will be shown anyway.

I've tried with is function but it seems like I cannot run it.

May you have an idea about this topic?

 

Thank you so much for all your help!

 

Sergi 

2 answers

1 accepted

2 votes
Answer accepted
Callum Carlile _Automation Consultants_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 9, 2022

Hi @Sergi Ortega 

If you're just looking for the current assignee only, it would be as simple as

assignee in (xyz01, xyz04, xyz01, xyz01, xyz01, xyz03, xyz01, xyz03)
Sergi Ortega
Contributor
May 9, 2022

Hello @Callum Carlile _Automation Consultants_ !

Just removing the was... Quite simple :) Thank you so much!

Callum Carlile _Automation Consultants_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 10, 2022

No worries! I can't tell you how many times I've been so close to a correct solution but with only a few characters difference :D

Like Sergi Ortega likes this
0 votes
AMIT GULATI
Contributor
May 9, 2022

@Sergi Ortega When you say you can not run it, what does it mean? Are you getting any error?

Sergi Ortega
Contributor
May 9, 2022

Hello Amit, it has been solved, thank you for your feedback too!

Suggest an answer

Log in or Sign up to answer