Skip to content

Add ability to edit health status in Issue sidebar

Coung Ngo requested to merge 36427-edit-health-status-in-sidebar into master

What does this MR do?

This MR adds the ability to edit the health status of an issue in its sidebar. This is a continuation of the work from this previous MR: !25035 (merged)

This feature is behind the feature flag save_issuable_health_status. To turn it on:

bin/rails console
Feature.enable(:save_issuable_health_status)
exit

Issue: #36427 (closed)

Screenshots

Screen_Recording_2020-03-05_at_5.21.00_pm

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
Edited by Coung Ngo

Merge request reports