create_sprint
Creates a new sprint in a DutyHub project, specifying name, goal, start and end dates, and status.
Instructions
Bir projede yeni sprint oluşturur.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| name | Yes | ||
| goal | No | ||
| start_date | No | YYYY-MM-DD veya ISO | |
| end_date | No | YYYY-MM-DD veya ISO | |
| status | No | planned/active/completed. Varsayılan: planned |