Milestones
list_milestonesList milestones for a project or group and get progress statistics including 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 |
|---|---|---|---|
| after | No | Pagination cursor. To fetch the next page, pass the previous response pageInfo.endCursor here and repeat until pageInfo.hasNextPage is false. Paginating this way is the reliable path to complete results and accurate totals. | |
| first | No | Number of milestones to retrieve | |
| state | No | Filter by state: active, closed (omit for all) | |
| search | No | Search milestones by title | |
| fetchAll | No | Fetch multiple pages in one call, up to "first" items total (max 100) — NOT exhaustive. For complete results or accurate counts, leave this false and paginate via after (pageInfo.endCursor). | |
| 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) | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) | |
| includeAncestors | No | Include milestones from ancestor groups |