[8.0 only] Alert notifyWhen field should not be nullable #85639
Labels
Feature:Alerting
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
This PR added a new
notifyWhen
field to Alerts that specifies when an alert should run actions (onActionGroupChange
|onActiveAlert
|onThrottleInterval
). In order to maintain backwards compatibility for users of the alert API, we also allow this field to benull
.To follow up on that PR, we should eventually make this a mandatory field. This would be a breaking change so it could happen for 8.0
The text was updated successfully, but these errors were encountered: