One of our support leaders wants to report on this metric they are referring to as "% Contacted 3 days" and the theoretical calculation of this would be:
(Number of open workable tickets with proactive (outgoing) contact within 3 days / total open workable tickets)*100.
In my head and in explore, i can theoretically count the tickets that have had a public reply from the agent, which would be easy. But would there be a way to then include "within 3 days"? and then add to the total percentage?
I am not sure how the logic would work out here using the custom metric solution, any thoughts?
Can you expand a little bit on your definition of "open workable" and "proactive (outgoing) contact?" I'm assuming by open workable we are referring to tickets that haven't been solved yet and by proactive (outgoing) contact this just refers to a public agent reply, but let me know if you mean something different.
A couple of ideas depending on what you're looking for. You can try to find tickets with a requester wait time of less than 3 days. Requester wait time is defined as the amount of time a ticket spends in the New, Open, and On-hold statuses. This number is measured only after a ticket's status changes from New/Open/On-hold to Pending/Solved/Closed.
Otherwise, the other thought I have is to use the DATE_LAST_FIX formula in this article to grab the last agent comment timestamp which you can compare to today to see which tickets have a value greater than 3.
I would probably start with either one of those options.