Add "Else If" condition in alert rules
Open
Feature
Product Area: Alerts
- Dominant language
- Python
- Stars
- 44.8k
- Forks
- 4.9k
- Avg merge
- 22h 21m
- Merged PRs (30d)
- 586
Description
### Problem Statement
Currently, for conditions in the Alert Rule, the flow is `When > If > Then`.
I have some complex alert rules for different features in the codebase.
I want the ability to add an "Else if" rule in Alert Rules so I can route those alerts to appropriate channels in Slack.
### Solution Brainstorm
So, the new flow can look like `When > If > Else If > Then`.
### Product Area
Alerts
### Edit
With ability to add multiple `else if` ladders hopefully
Contributor guide
Assessment
This issue has not been assessed yet.