cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Pagerduty workflow close incident

calfanonerey
Contributor

Is there not a way to close incidents in pagerduty workflow integration?

calfanonerey_0-1758830396130.png

 

3 REPLIES 3

siavash1996
Observer

We've resorted to using custom webhooks and the PD API endpoint for creating and resolving PagerDuty incidents to make this work.

Thanks @siavash1996 Do you do it in a workflow or in the integrations portion of DT settings? Trying with workflows because I am not able to set a severity level with the PD integration or the webhook as far as I can see

I'm doing it with the Problem Notifications within Integrations. Doing something like this with the payload:

siavash1996_0-1758835818834.png

And then using PD Event Orchestration as the API endpoint so I can route problems to the most fitting PagerDuty service based on whichever payload value I want to leverage. Then at the service level, I set up rules to always trigger or resolve an alert based on the value of event.event_action and using the dedup_key in the above screenshot. If we want multiple alert severity levels within a single PD service, we can also adjust that in the Alert Behavior section.

siavash1996_1-1758836072453.png

Of course, you'll have even more flexibility if you're using PagerDuty AIOps, but this has been our setup without it.

 

Featured Posts