Preskoči in pojdi v glavno vsebino

First Contact Resolution - Knowledgebase / Deskpro Legacy - Deskpro Support

WARNING: You're browsing documentation for an older version of Deskpro. For the most up-to-date version, see: First Contact Resolution

First Contact Resolution

Seznam avtorjev

Creating a list of tickets that were resolved with only 1 agent reply can be created in the following DPQL format:


SELECT tickets.id, tickets.subject, tickets.agent, tickets.date_created

FROM tickets

WHERE tickets.count_agent_replies = 1 AND tickets.status = 'resolved'

ORDER BY tickets.date_created


The resulting table will be displayed as shown below:

Uporabno Neuporabno

18 od skupaj 38 oseb je ocenilo to stran kot uporabno.

Dodaj komentar

Pred objavo komentarja se moraš prijaviti.

Potrebuješ namig za geslo?