Enabling SLA tracking
SLA tracking is controlled by your IMS configuration. SetslaEnabled to true to activate it, and set autoEscalate to true to let Scrubbe escalate breached incidents without manual intervention:
autoEscalate is true, Scrubbe routes a breached incident to the escalationContact defined in the matching SLA policy.
Creating an SLA policy
Policy fields
Identity
Identity
Response targets
Response targets
Resolution targets
Resolution targets
Escalation and uptime
Escalation and uptime
How SLA tracking works
When a ticket is created with a given priority, Scrubbe looks up the SLA policy for that priority and setsslaResponseTimeMinutes and slaResolveTimeMinutes on the ticket. Timers start when the ticket status becomes OPEN.
Scrubbe sends a warning notification at the halfway mark for both the response and resolution windows. If the window closes without the required status transition, the ticket is marked as breached.
Breach types
The current breach state is visible on each ticket in the
slaBreachType field.
Managing policies
SLA policy analytics
GET /api/v1/sla-policies/analytics returns compliance data across your policies — breach counts by priority, average response and resolution times, and compliance rates against your configured thresholds. Use this endpoint to identify which priority tiers need staffing or process changes.