list_milestones
Retrieve milestones for a GitLab project, with filters by state, title, search, IIDs, pagination, and inclusion of parent group milestones.
Instructions
List milestones for a GitLab project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iids | No | Filter by milestone IIDs | |
| page | No | Page number (1-indexed) | |
| state | No | Filter by state | |
| title | No | Filter by title | |
| search | No | Search milestones by title/description | |
| per_page | No | Results per page (1-100) | |
| project_id | No | Project ID or URL-encoded path | |
| include_parent_milestones | No | Include parent group milestones |