メインコンテンツへスキップ

List of tickets that haven't had an agent reply in over 24 hours - ナレッジベース / Deskpro Legacy - Deskpro Support

WARNING: You're browsing documentation for an older version of Deskpro. For the most up-to-date version, see: List of tickets with no agent reply in over 24 hours

List of tickets that haven't had an agent reply in over 24 hours

作成者一覧

Creating a list of tickets that have not had an agent reply in over 24 hours is a good tracking tool.


To generate this list, a report can be created using the DPQL format below:


SELECT tickets.id, tickets.subject, tickets.agent, tickets.status

FROM tickets

WHERE tickets.date_last_agent_reply < (NOW() - INTERVAL 24 HOUR) AND tickets.status = 'awaiting_agent'


The resulting table should look like this:

参考になった 役に立たない

6 人中 5 人がこのページは参考になったと答えました

コメントを追加

コメントを投稿するには、ログインまたは登録が必要です。

パスワードをお忘れですか?