Time Tracking app - Metrics you need to be measuring



image avatar

Eugene Orman

Zendesk Product Manager

Edited Mar 05, 2025


4

112

123 comments

I see what you're saying, 1263082147309, this covers exactly what I needed. Appreciate it!

0


Hi Jake,

If you using the Update handling time metric, sliced by agent/updater, then you can filter the report by Update date attributes (Update - Date, Update - Week of year, etc.). These date filters will slice/filter the data by the time the actual update was made and the time tracking data was logged. 

1


So one of the things I want to easily look at is amount of time my team is logging each week, think of it as a utilization metric. Time handling makes sense for this, but I'm struggling with how to show that based on when the time was logged. Is there no timestamp for when the time logging occurred that can be used? If I group by week for when a ticket was solved, the time handling for that ticket would all be showing for the same week, even if it were logged in different weeks. For example, a ticket has 3 hours logged in week 1 and 3 hours logged week 2. I want to group by when the time logging occurred to see that 6 hours split out, however grouping by solved date all 6 hours will show for the week the ticket was solved. 

0


Hi 1263213553909

 

Just checking in if your exported average still doesn't match the one in Explore. If yes, do let me know so we can look into it. But to clarify, Explore's average aggregator is calculated by adding up all the values and dividing the sum by the total number of values which is explained here.


1


早速のご返答ありがとうございます。以下の通り上手くいきました。
FAQの翻訳とと日本語UIの翻訳が微妙に一致しないことがあり、全体を把握するのにはとても助かるのですが。不一致の変換がちょっとややこしいですね。
この件に関してはプロフィールを英語にして、英語のヘルプを頭から見ながら作ってしまうほうがスムーズかもしれないですね。

IF ([変更 - フィールド名] = "Total time spent (sec)") 
THEN 
 IF ([変更 - 前の値]=NULL OR [変更 - 前の値]="") 
 THEN NUMBER([変更 - 新しい値])/60
 ELIF (REGEXP_MATCH([変更 - 新しい値], "[0-9]+") AND REGEXP_MATCH([変更 - 前の値], "[0-9]+"))
 THEN(NUMBER([変更 - 新しい値])-NUMBER([変更 - 前の値]))/60
 ENDIF
ENDIF

0


[Changes - Field name]は日本語では[変更 - フィールド名]です。
https://support.zendesk.com/hc/ja/articles/4408827693594#topic_zdl_flq_4y
なお、使用するデータセットは「Support-チケット」ではなく、「Support-更新履歴」であることにご注意ください。

1


ExploreをLegacyプランで使用しています。

プロフィールの言語を英語にしても、[Changes - Field name]が見つからないため、日本語環境の式の属性名がわからず、集計を行うことが出来ません。日本語環境の対応する属性名をお教えてください。

0


Hello,

 

Im trying to breakdown the Ave(update handling time) per updater email or ticket ID, but the number doesn't match when I'm validating it as overall

 

For example, I have a Updater with 61 ave(update handling time) but when I export it and tried to average it manually Im not getting 61 as a result. What is the formula for the aggregate average for manual computation? Thanks

 

 

0


Hey Jack,
 
If you are using the update handling time listed in the article rather than the ticket handling time you should be able to pull this information. If you are having more difficulty we can open up a ticket and investigate further.
 
Best regards,

0


Good morning. 

When creating the metric as shown in the article I am preented with records for agents who were not working on the date I have specified. 

It seems that if a ticket number recieved an update that day the metric will present all of the time information for every interaction since that ticket was created, with the last piece of data being the most recent. 

Is it possible to only see the updates made by the person who updated it most recently? The person who updates the ticket may not be the person it is assigned to either. 

Thank you for any support that is given 

0


Sign in to leave a comment.