Alert with tag + priority filter doesn't fire despite conditions are met
@sentaur-athena is already working on this.
Since Aug 31, 2026.
- Dominant language
- Python
- Stars
- 44.8k
- Forks
- 4.9k
- Avg merge
- 21h 23m
- Merged PRs (30d)
- 607
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.