How to combine assignee and request participants in a queue view?
I have tickets that are assigned to me, and other tickets were I am a request participant. I want to be able to see both in one queue. How do I modify my queue to see both?
Create a new queue (or edit the existing one) with the following JQL:
"Request participants" = currentUser() OR assignee = currentUser()
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.