Passer au contenu principal

Show tickets in order of the number of different agents who replied - Base de connaissances / Deskpro Legacy - Deskpro Support

WARNING: You're browsing documentation for an older version of Deskpro. For the most up-to-date version, see: Show Tickets ordered by number of Agents who replied until Resolution

Show tickets in order of the number of different agents who replied

Liste des auteurs

Question:

How can I create a report to show resolved tickets with only one agent replying to the ticket?

Answer:

This will show resolved tickets ordered by the number of agents who have added replies (or notes).

 

SELECT DPQL_COUNT_DISTINCT(tickets_messages.person) AS 'Number of agents', tickets_messages.ticket_id, tickets_messages.ticketFROM tickets_messagesWHERE tickets_messages.person.is_agent AND tickets_messages.ticket.status = 'resolved'GROUP BY tickets_messages.ticket_idORDER BY DPQL_COUNT_DISTINCT(tickets_messages.person)

Utile Peu Utile

50 personnes sur 104 ont trouvé cette page utile

Ajouter un commentaire

Veuillez vous connecter ou vous enregistrer pour soumettre un commentaire.

Besoin d'un rappel de mot de passe?