Skip to content

Auto-resolved incidents do not trigger workflow execution #5652

@BrianInAz

Description

@BrianInAz

Description

Incidents that are auto-resolved (e.g., via resolve_on=ResolveOn.ALL.value) do not trigger the expected workflow event (updated action).

Steps to Reproduce

  1. Create an incident with resolve_on=ResolveOn.ALL.value.
  2. Add resolved alerts to the incident until the condition is met.
  3. Observe that the incident status changes to RESOLVED, but no workflow is triggered.

Expected Behavior

Auto-resolving an incident should trigger a workflow event, similar to manual resolution.

Actual Behavior

The workflow event is skipped.

Fix

This issue is addressed by PR #5651.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions