최근 검색


최근 검색 없음

Iain Spirit's Avatar

Iain Spirit

가입한 날짜: 2021년 10월 28일

·

마지막 활동: 2021년 11월 16일

팔로잉

0

팔로워

0

총 활동 수

3

투표 수

0

가입 플랜

1

활동 개요

님의 최근 활동 Iain Spirit

Iain Spirit님이 에 댓글을 입력함

댓글Explore recipes

So the awesome Nhia resolved my query, if you are looking to see how much time agents spent on tickets then use this: Update handling time (hrs)

IF ([Changes - Field name] = "Total time spent (sec)")
THEN
IF ([Changes - Previous value]=NULL OR [Changes - Previous value]="")
THEN NUMBER([Changes - New value])/60/60
ELIF (REGEXP_MATCH([Changes - New value], "[0-9]+") AND REGEXP_MATCH([Changes - Previous value], "[0-9]+"))
THEN(NUMBER([Changes - New value])-NUMBER([Changes - Previous value]))/60/60
ENDIF
ENDIF

That will then allow you to report on all sorts of time analysis of your tickets and mirrors anytime that is captured in the Time Tracker widget / plugin.

 

댓글 보기 · 2021년 11월 16일에 게시됨 · Iain Spirit

0

팔로워

0

투표 수

0

댓글


Iain Spirit님이 에 댓글을 입력함

댓글Explore recipes

I am going round in circles on this one. I've created all the sample data sets, and the examples run fine.  I am trying to create a couple of reports;

How much time was spent resolving a ticket in total by all agents.  So how many hows were spent in total to get to a resolution.

How much time was spent on a ticket in a Month (Tickets can span several months prior to closure).  How much time has been spent on a ticket within a time frame not in total.

How much time has an agent spent on each ticket during a time period.

No matter what I try it never tally's with the Time Stamps in Zendesk.  Any help is appreciated as I know its me doing something wrong.

댓글 보기 · 2021년 10월 28일에 게시됨 · Iain Spirit

0

팔로워

0

투표 수

0

댓글