Show Draft MR status on a project page
What does this MR do and why?
Show Draft MR status on a project page
References
Feature issue: #419516
This issue was raised here: https://gitlab.com/gitlab-org/foundations/ux-paper-cuts/team-tasks/-/issues/43#note_2476579586
FF issue: #550387
UX Paper Cuts planning issue: #513103 (closed) #513105 (closed)
Screenshots or screen recordings
Before | After |
---|---|
![]() |
![]() |
How to set up and validate locally
- In rails console or on http://gdk.test:3000/rails/features/ enable the feature flag
show_merge_request_status_draft
Feature.enable(:show_merge_request_status_draft)
- Go to any open MR that you have
- Make it draft via the quick command or a top right kebab button
- Open this projects MR page, for example http://gdk.test:3000/flightjs/Flight/-/merge_requests
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Julia Miocene