I am trying to setup a quick filter for a user so I can see their stories/bugs on the JIRA board and also see what stories they are QE on, we have a QE assignee field.
I thought assignee = B00512 AND QE Assignee = B00512 would work but it does not. Can you use two search queries on quick filters?
Help!! :)
Hi Natalie!
As I understood, you want to get the issues where a specific user is set on "Assignee" field and the issues where that user is set on "QE Assignee", I am right?
Just one question:
Can you have the "QE Assignee" field empty or filled with another user that is not set on "Assignee"?
If the answer is "Yes", you could try with assignee = B00512 OR "QE Assignee" = B00512.
Remember that entries with spaces should go with quotes :)
Hope it helps!
Regards,
Marcos
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.