Update Incident Priority

Description

Programmatically updates incident priority levels within PagerDuty workflows, enabling automated priority adjustments based on incident conditions, service context, or time-based triggers. This action allows teams to dynamically escalate stale incidents, trigger other workflows based on priority condition, and/or auto-assign priorities to new incidents based on configurable business rules.

📘

Priority Levels

These are typically referred to as P1 through P5 , or SEV-1 through SEV-5. Ensure the priority level you specify matches your account's priority configuration.

Inputs

NameDescription
Incident IDThe ID of the incident to update.
PriorityThe new priority level to assign.

Outputs

NameDescription
Updated PriorityThe new priority level that was successfully applied to the incident.
Previous PriorityThe incident's priority level before the update.
Incident IDThe ID of the updated incident.
ResultValue that shows if the action was successful or not. Either "Success" or "Failed."
Result SummaryBrief description of what the action did or if it failed.
ErrorBrief description that populates if the action failed.

Examples

With this workflow you can automatically:

  • Escalate unacknowledged incidents to a specified priority after a given amount of time (e.g. An incident escalates to a P1 after 30 minutes if unacknowledged).
  • Assign a specified priority to business critical services and use the output to reflect on status pages or trigger additional notifications (e.g. An incident is assigned a P1 priority if it matches a critical service. The output updates on external facing status pages).