Skip to content

Add incident_timeline_events_for_severity

What does this MR do and why?

Solves #375280 (closed) 😄

Rollout issue.

Screenshots

Incident Timeline
Screenshot_from_2022-10-13_19-03-01

How to set up and validate locally

  1. Enable feature flag in Rails console
Feature.enable(:incident_timeline_events_for_severity)
  1. Create an incident manually
  2. Change severity
  3. Reload 😞
  4. Go to Timeline tab
  5. See severity changes

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Peter Leitzen

Merge request reports