grafana / oncall

Developer-friendly incident response with brilliant Slack integration
GNU Affero General Public License v3.0
3.43k stars 275 forks source link

New Notify Feature for Escalation chain: Notify if Workday is #4752

Open Hackmeat opened 1 month ago

Hackmeat commented 1 month ago

What would you like to see!

Hi All,

we just stumbled across the limitation that we can only set time windows for notifications, but no workday windows. We would love to see some kind of resource addition to the escalation chain which might add a structure like this

resource "grafana_oncall_escalation" "example_notify_step" {
  escalation_chain_id     = grafana_oncall_escalation_chain.default.id
  type                    = "notify_if_day_of_week"
  notify_if_day_of_week   = ["monday", "tuesday", "wednesday", "thursday", "friday"]
  position                = 0
}

Product Area

Alert Flow & Configuration

Anything else to add?

No response

github-actions[bot] commented 1 month ago

The current version of Grafana OnCall, at the time this issue was opened, is v1.8.8. If your issue pertains to an older version of Grafana OnCall, please be sure to list it in the PR description. Thank you :smile:!

Axel-sys-777 commented 1 month ago

I support this request.