This action will update the status of an incident.
- API endpoint slug
- pagerduty.update_incident_status
- Filter code method
- Pagerduty.updateIncidentStatus.skip(string?: reason)
- Runtime method
- runAction("pagerduty.update_incident_status", {})
Action fields
- Label
- Incident Id
- Helper text
- Unique id of an incident.
- Slug
- incident_id
- Required
- true
- Can have default value
- true
- Filter code method
- Pagerduty.updateIncidentStatus.setIncidentId(string: incidentId)
- Label
- Status
- Helper text
- New status of an incident.
- Slug
- status
- Required
- true
- Can have default value
- true
- Filter code method
- Pagerduty.updateIncidentStatus.setStatus(string: status)