Escalation Policies
Escalation policies
Escalation policies define what happens when a ticket goes unacknowledged. Each policy is a chain of levels – if the responsible party at level 1 does not respond within the configured timeout, the ticket automatically escalates to level 2, and so on.
You manage escalation policies from the Escalation Policies tab on the On-Call page.
How escalation works
Ticket created
|
v
Level 1: Assigned agent (15 min timeout)
| -- no acknowledgment -->
v
Level 2: Team lead (30 min timeout)
| -- no acknowledgment -->
v
Level 3: Engineering department (notifies all agents)
Each level specifies:
- A target – either a specific agent or an entire department.
- A timeout – how many minutes to wait before escalating to the next level.
When a level targets a department, all agents in that department are notified. When it targets an individual agent, only that agent receives the escalation.
Navigating the Escalation Policies tab
Go to Team > On-Call and select the Escalation Policies tab. The table displays expandable rows with these columns:
| Column | Description |
|---|---|
| Name | The policy name (e.g. “Engineering Critical Path”). |
| Department | The department this policy belongs to. |
| Active | A colored chip showing whether the policy is enabled. |
| Levels | The number of escalation levels in the chain. |
| Created | Date the policy was created. |
| Actions | Edit and delete controls. |
Click any row to expand it and view the Escalation Levels subtable.
Escalation levels subtable
The expanded view shows each level in the chain:
| Column | Description |
|---|---|
| Order | The level position, displayed as a chip (L1, L2, L3, etc.). |
| Target | The name of the agent or department that will be notified at this level. |
| Timeout | How many minutes to wait at this level before escalating further. |
Creating an escalation policy
- Click the Add Escalation Policy button above the table. The Create Escalation Policy dialog opens.
- Fill in the top-level fields:
- Name – a descriptive name for the policy (e.g. “Billing Urgent Escalation”).
- Department – select the department this policy belongs to from the dropdown.
- Add escalation levels. The dialog contains a dynamic list where you can add, remove, and reorder levels. For each level, configure:
- Order – the position in the escalation chain (1, 2, 3, etc.).
- Target Type – choose Department or Agent from the dropdown.
- Target – based on the target type, select the specific department or agent from a second dropdown.
- Timeout Minutes – the number of minutes to wait before escalating to the next level.
- Click Create to save the policy.
The new policy appears in the table immediately with all its levels.
Editing an escalation policy
- Click the Edit action on a policy row. The Edit Policy dialog opens.
- You can update:
- Name – change the policy name.
- Active toggle – flip this to enable or disable the policy. Disabled policies remain in the system but do not trigger escalations.
- Click Save to apply changes.
Enabling and disabling policies
Use the Active toggle in the edit dialog to control whether a policy is evaluated. When a policy is inactive, its chip in the table changes to indicate the disabled state and no escalations fire for it.
This is useful when you need to temporarily pause escalations – for example, during a planned maintenance window.
Example: three-tier support escalation
A typical support organization uses a three-tier escalation that progresses from the assigned agent to a team lead to the entire department.
| Level | Target type | Target | Timeout |
|---|---|---|---|
| L1 | Agent | Assigned agent | 15 min |
| L2 | Agent | Team lead | 30 min |
| L3 | Department | Engineering | 60 min |
To set this up:
- Click Add Escalation Policy.
- Name the policy (e.g. “Engineering Critical Path”) and select the Engineering department.
- Add three levels using the dynamic list, configuring each with the target type, target, and timeout shown above.
- Click Create.
Adjust timeouts based on your SLA targets. Tighter SLAs warrant shorter escalation windows.