OR
OpenRemedy

SLA

SLA policies for incident timers.

SLA policies governing incident response timers.

Route: /sla Role gating: read for all; create / edit / delete require admin.

Model

Each SLA policy targets one severity (critical / high / medium / low) and defines three timers, all in minutes:

TimerMeaning
time_to_acknowledge_minutesTime until an incident is assigned or first commented
time_to_first_response_minutesTime until the first agent or human action
time_to_resolution_minutesTime until the incident reaches resolved

Each policy may be marked is_default. Default policies are the ones the live timer on the Incidents page compares against. At least one default per severity is recommended.

Table columns

  • Severity.
  • Time to acknowledge.
  • Time to first response.
  • Time to resolution.
  • Default flag.

Actions

  • Create / edit via modal. Fields mirror the model above.
  • Delete an existing policy.

Default seed

A fresh tenant ships with one policy per severity:

SeverityAcknowledgeFirst responseResolution
critical5 min10 min60 min
high15 min30 min4 h
medium30 min60 min8 h
low60 min120 min24 h

These are starting points; tune them per tenant.

Related routes

  • incidents — the live SLA timer compares against the default policy for the incident's severity