Skip to content

Add PagerDuty integration settings form

Olena Horal-Koretska requested to merge 119018-PD-integration-settings into master

What does this MR do?

Adds PagerDuty settings form

Currently PagerDuty tab is hidden behind the feature flag pagerduty_active

to enable the flag run:

rails c
Feature.enable(:pagerduty_webhook)

Screenshots

2020-07-15_12.58.07

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

References #119018 (closed)

Edited by Olena Horal-Koretska

Merge request reports