-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Open
Description
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
- Create an issue alert with the condition "The issue changes state from archived to escalating"
- Wait for a new issue to escalate via the escalation algorithm (issue was never archived)
Expected Result
The alert only fires when an issue transitions from archived to escalating, as the label states.
Actual Result
The alert fires on any escalation, including new issues that were never archived. The underlying condition (ReappearedEventCondition) checks state.has_escalated without verifying the issue was previously archived.
The new automations UI already labels this correctly as "An issue escalates," but the legacy alerts UI still says "The issue changes state from archived to escalating."
Product Area
Alerts
Link
No response
DSN
No response
Version
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Projects
Status
Waiting for: Product Owner