create_milestone
Add a new sprint or milestone to a Taiga project by providing its name, start and end dates, and optional team availability and URL slug.
Instructions
Create a new sprint/milestone in a Taiga project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project numeric ID | |
| name | Yes | Milestone name (e.g. 'Sprint 1') | |
| estimated_start | Yes | Start date (YYYY-MM-DD) | |
| estimated_finish | Yes | End date (YYYY-MM-DD) | |
| disponibility | No | Team availability percentage (0-100) | |
| slug | No | URL slug (auto-generated if omitted) |