list_milestones
Retrieve milestones for GitLab projects or groups with progress statistics including total and closed issue counts. Filter by state, search titles, and manage pagination.
Instructions
List milestones for a project or group with progress statistics (total/closed issue counts)
Input Schema
TableJSON 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 | |
| userCredentials | No | Your GitLab credentials (optional - uses shared token if not provided) |