-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow Round-Robin Notification Step to Set Importance #1184
Comments
Indeed, there is no mention in the documentation what kind of notification will be sent (Default or Important) if a round-robin escalation step is chosen. |
Just did a quick test and it sent the notification at "default" level, which appears to be, ahem, the default. (seems obvious in hindsight!) To add a usecase here, I'd like to use round-robin as a backstop for the oncall schedule. for example, the escalation chain would be:
The intention here is that if the scheduled on-call engineer doesn't respond for some reason, someone else from the team hopefully will. This usecase would also be helped by #794 |
@Ferril is there anything blocking this issue? |
@iskhakov @mackgorski it seems your opinion is needed here |
Related discussions - https://raintank-corp.slack.com/archives/C06K1MQ07GS/p1729086490888139 |
@Ferril what's the latest update on this issue? |
What @ethanmdavidson mentioned is exactly what customer originally requested apart of marking these notifications as important as I explained several times already. I will make sure to update this issue description. This part was also originally discussed in customer ticket in https://github.com/grafana/support-escalations/issues/11449 I am sure we have this logged as FR as well to implement a proper Round-Robin like solution here. Le me find the FR for the second part of this use case. |
# What this PR does Adds `important` version of `Round-robin` escalation step <img width="1090" alt="Screenshot 2025-01-20 at 11 18 54" src="https://github.com/user-attachments/assets/add6f9e8-fc6c-40a8-a177-d727cc385651" /> ## Which issue(s) this PR closes Related to #1184 ## Checklist - [x] Unit, integration, and e2e (if applicable) tests updated - [x] Documentation added (or `pr:no public docs` PR label added if not required) - [x] Added the relevant release notes label (see labels prefixed w/ `release:`). These labels dictate how your PR will show up in the autogenerated release notes.
Currently, you can set the type of notification sent (default or important) for other step-types such as Notify Users from Schedule or Notify Users, but there is no such option for the Round Robin notification step.
Additionally, it is unclear what kind of notification will currently be sent if a round-robin notification is triggered.
So this is a feature request for Round-Robin step to allow setting the notification importance level.
https://grafana.zendesk.com/agent/tickets/157288
The text was updated successfully, but these errors were encountered: