Skip to main content

Set Status action

Available for alert workflows

The Set Status action sets the status of alerts automatically.

This action takes the following input:

  • Status

    Options include: Open, In Progress, Resolved, or Closed

Alert example

You can use a workflow to identify alerts created or updated during a maintenance window, and mark them Resolved.

  1. Create a new workflow. Set the workflow trigger for newly created and updated alerts, and add a filter:

    maintenance != NULL

    Note that the maintenance field has a value if the alert was created or updated during a maintenance window. If the value is NULL, then it was not affected by a maintenance windows. Only alerts that have a value other than NULL for maintenance trigger the workflow.

  2. Add a Set Status action and select Resolved.