hermawan wrote: ↑30 Dec 2020, 18:12
Code: Select all
FirstResponseTime (seconds total till escalation, e. g. "3600")
so from your explanation above, i need to wait for this ticket to be escalated?? sory im still didnt get it. and what value if i want tou count first response time between ticket creation and first agent response,
FirstResponse ?
Im gonna use my own word here,
1. Lets say you got 1 new ticket with sla assigned. (No agent response yet)
The useful value will be
Code: Select all
FirstResponseTimeDestinationDate => the datetime of the 1st response escalation( will happen / happened)
FirstResponseTimeEscalation => 0 (within sla time), 1(overdue sla time)
=> sla target response time will be compare to the current time since agent didn't response yet
2. Then, agent replied / response to the customer.
Both value above will be empty / set to zero by the system. The new useful value will be
Code: Select all
FirstResponse => timestamp of first response, first contact with customer
FirstResponseInMin => how many minutes taken by agent to response.
FirstResponseDiffInMin => total minutes to reach sla from 1st response.
=> (-) value determine agent 1st response is overdue sla , while (+) value determine agent response within sla time time
So back to your question, if im understand correctly, the value will be
Code: Select all
FirstResponseInMin => how many minutes taken by agent to response.