Is there a way to create a queue to see which tickets the logged-on user is listed as a participant and another for the tickets the logged-on user is listed as an approver?
Hi @Bernardo Sobrino , great question and use-case here! You can definitely set up some queues based on filters to show this dynamically to the logged in user. When setting up your queues, I would suggest something like the following in your JQL:
For tickets that need my approval:
"Approvals[Approvals]" = myPendingApproval()
For tickets where I am a request participant:
"Request participants" = currentUser()
You'll may want to add other pieces to your JQL alongside these to filter down further.
Give that a shot and let me know what you think!
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.