Expose milestone ID in the milestone page
What does this MR do and why?
Expose the milestone ID in the milestone page for easy access. Previously, to create a new issue or merge request through the API and assign a milestone to it, you'd have to first find the milestone ID with another API call. Now, you just have to navigate to the milestone page in the UI and copy the milestone ID.
Closes #328419 (closed).
Screenshots or screen recordings
Project | Group |
---|---|
How to set up and validate locally
- Visit any group or project milestone page such as
http://127.0.0.1:3000/flightjs/Flight/-/milestones/6
- Hover over the
Milestone ID
text and click it.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.