Skip to content

Expose milestone ID in the milestone page

Achilleas Pipinellis requested to merge axil-milestone-id into master

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
Screenshot_from_2023-01-03_11-47-40 image

How to set up and validate locally

  1. Visit any group or project milestone page such as http://127.0.0.1:3000/flightjs/Flight/-/milestones/6
  2. 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.

Edited by Achilleas Pipinellis

Merge request reports