wetrack_create_sprint
Create a sprint manually for a project by specifying name, dates, goal, and status. Define planned, in-progress, or completed sprints with clear start and end dates.
Instructions
Create a sprint manually for a project.
Args: project_id: UUID of the project this sprint belongs to. name: Sprint name e.g. 'Sprint 3'. start_date: Start date 'YYYY-MM-DD'. end_date: End date 'YYYY-MM-DD'. goal: Sprint goal description e.g. 'Complete user auth module'. status: Initial status — 'PLANNED' (default), 'IN_PROGRESS', or 'COMPLETED'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | ||
| name | No | ||
| status | No | PLANNED | |
| end_date | No | ||
| project_id | Yes | ||
| start_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |