Skip to content

Alert with tag + priority filter doesn't fire despite conditions are met #122977

Description

@dalnoki

Environment

SaaS (https://sentry.io/)

Steps to Reproduce

For links, please check the Linear issue.

There's a rule with these conditions:

WHEN (any): "An event or issue activity is captured," "A new issue is created," "An issue escalates"
Two independent IF/THEN filter blocks:
Block 1 - IF (all): event's team tag equals pay, AND number of events in an issue is more than 25 in 15 minutes → THEN: send Slack notification
Block 2 - IF (all): event's team tag equals pay, AND current issue priority ≥ High → THEN: send Slack notification

There's an issue that would match the second IF block's conditions, but the alert is not triggered.

Expected Result

The alert rule should fire

Actual Result

The alert rule doesn't currently fire

Product Area

Alerts

Link

No response

DSN

No response

Version

No response

Metadata

Metadata

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions