-
Notifications
You must be signed in to change notification settings - Fork 253
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
ui: add slack user groups to on call notifications #2932
Conversation
Currently includes changes from #2926. Let's get that merged first. |
Co-authored-by: Alaric Whitney <[email protected]>
Co-authored-by: Alaric Whitney <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Switching this to be a draft while blocked, #2926 has the API changes that need to be merged first. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is still visible without the feature flag set, let's add a guard around that. EP step UI has an example of how to do this for webhooks.
Also, couple of layout questions:
- Should we move the input fields below the notification option? I feel the input should follow the context. Also, we may be adding webhook support here soon, so it will help prepare for more noise.
- Can we put a checkbox in for the user group and conditionally show the input field? I think that might reduce noise in the form while still keeping it clear how to opt-in to the new feature.
Description:
This PR introduces the ability to create an on-call notification rule that simultaneously keeps a slack user group in sync with the list of GoAlert on-call users
Which issue(s) this PR fixes:
Part of #1228
EDIT: not marking as closed until feature flag is removed
Screenshots:
