get_milestone_merge_requests
Fetch all merge requests associated with a given GitLab milestone. Use project ID and milestone ID to list them, with pagination controls.
Instructions
Get merge requests associated with a specific milestone
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| per_page | No | Number of items per page (max: 100, default: 20) | |
| project_id | No | Project ID or complete URL-encoded path to project | |
| milestone_id | No | The ID of a project milestone |