Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Setting up queues - I want Agents to see: All My Tickets, All My OPEN Tickets, All My Closed Tickets

Lawrence Demers January 13, 2020

I know every Agent has default tickets Assigned to Me and Waiting on Me.  Our agents need to see Closed Tickets to review triage steps, etc.  The problem is if we create them then they are "Global" to all agents.  Agent 1 doens't care what Agent 5 has closed.  They don't only want to see what they are working on.  Is there a  way we can have more local control/display of what queues are shown?

 

2 answers

2 accepted

0 votes
Answer accepted
Lawrence Demers March 6, 2020

I'll give it a try - Thanks Mike.  We have been wearing many hats.  This is the first day in along time I have been back to the Community.

0 votes
Answer accepted
Mike Bowen
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 13, 2020

Hi @Lawrence Demers 

So using the script for Assigned to me or Waiting on me, one simply added a status.

assignee = currentUser() AND status = closed ORDER BY Key DESC

assignee = currentUser() AND status = resolved ORDER BY Key DESC

Therefore the user looking at this queue will see all their Closed or Resolved tickets. 

 

-Mike

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events