Alerting on events that are tagged with a release under a certain release number
- Dominant language
- Python
- Stars
- 44.8k
- Forks
- 4.9k
- Avg merge
- 22h 21m
- Merged PRs (30d)
- 586
Description
### Problem Statement
I want to be able to create an alert that sends a notification if a certain number of users are experiencing problems with issues above/below a certain release. Currently, the closest thing I have to something like this is the following alert filters:

Right now, if I try to create an alert for something like this, the release and release build info are treated as strings and not ints, so I can't use less than, greater than operator as part of my discover query, please see below

### Solution Brainstorm
Make the release or the release.build an int for so they can be used with the above discovery query and an alert can be made off of it.
### Product Area
Alerts
Contributor guide
Assessment
This issue has not been assessed yet.