주 콘텐츠로 건너뛰기

First Contact Resolution - 지식 베이스 / Using Deskpro / Reports - Deskpro Support

First Contact Resolution

저자 리스트

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:



도움이 되었습니다 도움이 되지 않음