Recent searches


No recent searches

Is there any way to get the time until status becomes pending 1st time?

Answered


Posted Feb 01, 2024

I would like to measure (average, medium) the time until the ticket becomes Pending because it can be actual first response to customer. Struggle to create calculate metrics. Advise is appreciated


0

2

2 comments

image avatar

Brandon Tidd

Zendesk LuminaryUser Group LeaderThe Humblident Award - 2021Community Moderator

Hey Satoshi Ishii -

You've got some options here.

1) First Reply Time is automatically captured and defined as the time between the ticket's creation and the first public reply from an agent.  Note that this breaks on agent created or initiated tickets.

2) Time in New status.  If the case is true that pending is the first touch, then the ticket would remain in a new status most likely before then, so tracking time in New status might be enough

3) If you need to get more detailed than that, this post (and comments) offers a pretty good guide.

Hope this helps!

Brandon

1


Thank you

IF [Changes - Field name] = "status" AND
([Changes - New value] ="pending" OR [Changes - New value]="solved")
THEN
DATE_DIFF([Update - Timestamp], [Ticket created - Timestamp], "nb_of_minutes")
ENDIF

This shows the list of times until the status of Pending(or Solved) and 1st value(MIN) is the time of first time. 

0


Please sign in to leave a comment.

Didn't find what you're looking for?

New post