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
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)
Hello @Callum Carlile _Automation Consultants_ !
Just removing the was... Quite simple :) Thank you so much!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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.
Hello Amit, it has been solved, thank you for your feedback too!
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.