create_sprint
Create a new sprint for a project. Automatically migrates non-completed tasks (todo/in_progress) from the previous sprint. On first use, creates Sprint 0 (Backlog) for existing tasks and Sprint 1 as the active sprint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | Sprint goal (optional) | |
| name | No | Sprint name (default: 'Sprint N') | |
| project_id | No | Project ID (alternative to project_name) | |
| project_name | No | Project name |