Skip to content

[RUN AS-IF-FOSS] Add SLA to incident list

Tristan Read requested to merge tr-incident-sla-column into master

What does this MR do?

Adds incident SLA as a field to the incident list

This is behind the feature flag :incident_sla_dev. Rollout issue: #266931 (closed)

issue: #241663 (closed)

In scope:

  • show/hide the column based on whether the Time to SLA is available
  • basic tooltip (shows the precise time)
  • Better worded tooltip (e.g.'6 hours 30 minutes')

Out of scope, to potentially come later:

  • Dynamic updates (automatically updates the remaining time on the page without requiring a reload)
  • Sorting by the new column

Screenshots

new column
sla_list
tooltip
Screenshot_2020-10-15_at_10.39.58

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:

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

Merge request reports