-
Notifications
You must be signed in to change notification settings - Fork 7
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
Opt-out from showing on-call information #68
Comments
In our efforts to reduce interruptions and streamline the incident resolution process we are adding a new parameter to the While the on-call information is relevant for many organizations, some existing users have shared with us that having this information available to everyone has introduced some behaviours that impact the time it takes to solve an incident due to the fact that several people reach out to the on-call engineer. The default behaviour will remain the same. This is an opt-in feature. |
### Description This PR introduces a new `PagerDutyCard` option (_disableOnCall_) that allows users to completely hide the on-call section of the card. This feature was requested by several customers. The on-call section will still be shown by default making this an opt-in feature. **Issue number:** #68 ### Type of change - [x] New feature (non-breaking change which adds functionality) - [ ] Fix (non-breaking change which fixes an issue) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) ### Checklist - [x] I have performed a self-review of this change - [x] Changes have been tested - [x] Changes are documented - [x] Changes generate *no new warnings* - [x] PR title follows [conventional commit semantics](https://www.conventionalcommits.org/en/v1.0.0/) If this is a breaking change 👇 - [ ] I have documented the migration process - [ ] I have implemented necessary warnings (if it can live side by side) ## Acknowledgement By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. **Disclaimer:** We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.
This feature has now been merged to |
Is your feature request related to a problem? Please describe.
I would like to be able to simplify the information showing up on the PagerDuty Card. The on-call information might lead to people reaching out directly to on-call engineers which might lead to other problems by not allowing them to do their work.
Describe the solution you'd like
I would like to be able to customize the PagerDuty Card not to show the on-call section. This might be a boolean parameter passed into the PagerDuty Card.
Additional context
This feature was requested by @asandoval and @jerroydmoore.
The text was updated successfully, but these errors were encountered: