-
Notifications
You must be signed in to change notification settings - Fork 299
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
Direct paging of users #823
Comments
@vadimkerr I asked @matiasb to take this one to give you some more time to work on mobile API :) |
UI is ready |
|
Added 'escalation chain' as one of the option for paging |
@raphael-batte / @matiasb / @iskhakov call summary
|
Notes from our call with @matiasb: Seems like implementing the backend for paging users and schedules should be pretty straightforward (not escalation chains though, see the first question below). Questions:
@matiasb feel free to comment in case I missed something 🙂 |
Adding a few more notes from the previous discussion:
|
Combined all last updates to this UX https://www.figma.com/file/sJ4RvHvnUq6AZAiHYYiB5j/Grafana-OnCall?node-id=5520%3A116727&t=AsjOJ1E6XnGanZaw-1 |
Here's a PR with backend and API for direct paging: #1098 |
# What this PR does Adds an ability to page an escalation chain for a newly created direct paging alert group using the internal API. Also [adds a forgotten migration](32fc44e) related to the direct paging backend. Related to #823 ## Checklist - [x] Tests updated - [ ] Documentation added (N/A) - [ ] `CHANGELOG.md` updated (N/A)
# What this PR does Hide direct paging integrations from the web UI. Related to #823 ## Checklist - [x] Tests updated - [ ] Documentation added (N/A) - [ ] `CHANGELOG.md` updated (N/A)
# What this PR does Make direct paging internal API endpoint return an alert group ID. ## Which issue(s) this PR fixes Related to #823 ## Checklist - [x] Tests updated
# What this PR does Hide direct paging integrations from the web UI. Related to #823 ## Checklist - [x] Tests updated - [ ] Documentation added (N/A) - [ ] `CHANGELOG.md` updated (N/A)
# What this PR does Adds direct user paging ## Which issue(s) this PR fixes #823 ## Checklist - [ ] Tests updated - [ ] Documentation added (documentation will be added later) - [x] `CHANGELOG.md` updated --------- Co-authored-by: Maxim <maxim.mordasov@grafana.com>
Today:
I want us to be able to start new AG with Escalation on a specific person using Web, Slack, TG...
Tricky part:
I see it this way (Web):
The text was updated successfully, but these errors were encountered: