Skip to content

Quickaction for changing an Issuable severity

What does this MR do?

This introduces a quick action to change the severity on Issuables that support severity (So far just Incident typed issues).

We allow the user to specify the severity using either numeric (1), alpha-numeric (S1), or using english (critical).

Numeric Alpha numeric English
1 S1 critical
2 S2 high
3 S3 medium
4 S4 low
0 - unknown

Screenshots or Screencasts (strongly suggested)

2021-07-21_21.55.37 2021-07-21_22.04.13

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • [-] 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

Related to #334045 (closed)

Edited by Mayra Cabrera

Merge request reports