Skip to content

Add auto close incidents

David O'Regan requested to merge 225254-auto-incident-close into master

What does this MR do?

A small MVC for the frontend of #225254 (closed) where we add a new checkbox to the incident settings allowing a auto close of incidents for alerts. This is set to true by default 😄

This feature sits behind a feature flag until we implement the backend component.

Feature.enable(:auto_close_incident)

Screenshots

Screenshot_2020-08-20_at_13.14.31

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

Contributes to #225254 (closed)

Edited by David O'Regan

Merge request reports