Skip to content

Fixes milestone/merge_request API endpoint to really scope the results

What does this MR do?

This fixes the milestones/:id/merge_requests API endpoint so it really scoped the returned merge_requests on the requested milestone.

The MergeRequestsFinder expects a milestone_title instead of the milestone_id.

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports