Infos:
- Used Zammad version: 6.1.0
- Used Zammad installation type: (source, package, docker-compose, …)
- Operating system: MacOS Ventura Version 13.2.1
- Browser + version: Chrome Version 147.0.7727.117 (Official Build) (arm64)
I’ve been trying to gather information on escalated tickets, but I haven’t found a way to get the results I need. My objective is to determine, out of all closed tickets, how many were escalated and therefore breached the established SLAs.
Current approach:
I first attempted to create a tag that would be applied whenever a ticket escalates. However, since all tickets are created with a predefined future escalation time, the tag was automatically applied to every incoming ticket, making it unusable for tracking actual escalations.
Next, I tried setting up a scheduler to apply a tag when the escalation time is updated. Unfortunately, every time a ticket is closed, the escalation time appears as updated, which again causes incorrect tagging.
Goal:
I am looking for a reliable way to tag tickets that have truly escalated so that I can build an overview or report. Specifically, I want to identify how many tickets breached the SLAs and were escalated versus those that were resolved before escalation.