Filtering Ticket Events by Business Hours | Community
Skip to main content

Filtering Ticket Events by Business Hours

  • April 10, 2023
  • 1 reply
  • 0 views

Chetan13

Hi, I'm trying to find the Time a ticket spent during Business Hours in a particular field before moving out.

This is the metric I'm using to get my tickets.

IF ( [Changes - Field name] = "Current Escalation"  AND  [Changes - New value] = "X"  AND  [Changes - Previous value] = "Y" ) 
THEN [Ticket ID]
ELSE NULL ENDIF

Now I  need a report where I will know how many hours each ticket spent in business hours and outside of business hours before the field changed from X to something else.

I tried using the following logic to create an Attribute but not working for my ask.

Separate Hours 

Let me know if there is a solution to this.

1 reply

Alex89
  • April 18, 2023
Hey Chetan,
 
Unfortunately it is not possible to get field changes time calculations in business hours at the moment. I would highly encourage you to follow and upvote this community feedback post on this issue and our product team will take into consideration posts that get more votes and engagements.
 
Let me know if you have any further questions.