get_project_milestones
Retrieve project milestones with pagination and filtering options to track completion status and progress across test management projects.
Instructions
🎯 Get available milestones for a project with pagination and filtering
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format: raw API response or formatted data | formatted |
| page | No | Page number for pagination (1-based) | |
| pageSize | No | Number of milestones per page (max 100) | |
| project | No | Project alias ('web', 'android', 'ios', 'api'), project key, or numeric projectId | web |
| status | No | Filter by completion status: incomplete (default, excludes overdue), completed, overdue (incomplete but past due date), or all | incomplete |