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