New Ticket Status Change Report | Community
Skip to main content

New Ticket Status Change Report

  • January 28, 2025
  • 1 reply
  • 0 views

We are trying to figure out a way to create a detailed report that does the following as well as a dashboard widget that just shows the resulting average time.

 

  1. Measures the time, in hours and minutes, using the ticket creation timestamp and the timestamp of when the ticket status is changed from New.
    1. This needs to be measured using business hours 
  2. We need to filter the results by the forms that are used for the tickets
    1. This allows us to report on different support teams
  3. We need to filter the results by time frame (days, months, YTD, etc.)

1 reply

Elaine14
  • April 27, 2025
Hi Richard,
 
Thanks for posting your question!
 
It sounds like you're looking to build a report that tracks the time between ticket creation and when the ticket status changes from "New," while also applying business hours and additional filters like ticket forms and time frames.
 
You might find this Zendesk Explore recipe really helpful: Explore recipe: Reporting on the duration of fields
 
This guide walks you through how to create a custom metric that measures the duration between specific ticket events — exactly what you need when calculating the time from ticket creation to the first status change. It also covers how to:
 
  • Set up the duration using business hours instead of calendar hours.
  • Apply filters such as ticket form, ticket status, and custom date ranges (days, months, YTD, etc.).
  • Create a dashboard widget to display the average time clearly.
     
You’ll likely need to create a standard calculated metric using the business hours timestamps available in the dataset (e.g., First status change - Ticket created (business hours)). Then you can use attributes like "Ticket form" and "Update - Date" to apply the filters you mentioned.
 
I hope this helps!