Milestones
list_milestonesList milestones for a GitLab project or group, displaying progress statistics such as total and closed issue counts.
Instructions
List milestones for a project or group with progress statistics (total/closed issue counts)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fullPath | Yes | Full path of the project or group (e.g., "group/project-name" or "group") | |
| isProject | Yes | Whether the path is a project (true) or group (false) | |
| state | No | Filter by state: active, closed (omit for all) | |
| search | No | Search milestones by title | |
| includeAncestors | No | Include milestones from ancestor groups | |
| first | No | Number of milestones to retrieve | |
| after | No | Cursor for pagination | |
| fetchAll | No | Fetch all pages up to 100 results | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) |