Hi,
We are on Jira Service Desk Cloud.
I would like to create a queue for tickets that are being watched or an agent has been added as a participant, so we can easily find them without needing a link or email.
I have tried several ways to accomplish this but none are working to create the new queue.
Hi @Dena Campasano ,
What are the specific queues you want to have? For example, you can create a queue for all tickets where the watchers field is not null with the following:
watchers is NOT EMPTY
And a queue where the Request Participants field contains a licensed JSD user:
"Request participants" in membersOf("jira-servicedesk-users")
But I'm not sure that's fully what you're asking.
Similar to the Tickets Assigned to Me queue where the queue is set to assignee: Current User.
I would like a Tickets I'm Watching queue for all our agents.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This can be done with the following in Cloud:
watcher = currentUser()
"Request participants" = currentUser()
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.
can you please share?
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.