Example 6: Recurring Escalation for Missed Deadlines
This last example shows a recurring escalation where we want to alert the issue's assignees, supervisors and the project admin, if an issue is not completed within eight hours after the scheduled end date and repeat this alert every eight hours until the item is completed or closed.
Figure: Escalation Alert Every 8 Hours Schematic
The escalation group predicate Open Issues should select issues with Status not {Resolved, Closed}.
The escalation group defines two rules:
Figure: Escalation Rule for 8 Hour Interval Alerts
The first rule defines the initial escalation that must be bound to an issue field. The second rule defines the escalation repetition interval.
Limit and actions of initial escalation and repetitions can be different the repetition Limit or Offset must be at least 60 seconds.
There can be only one after last escalation rule per escalation group, and this must be the last one and should not be the first or only rule.
Here is the resulting overview for all example escalation rules:
Figure: Overview of All Escalation Examples' Rules
These are only examples to demonstrate different aspects of escalation management. These examples are explicitly not a template for rules to be used in production systems.
Was this helpful?