sprrint_sprints_create
Create a sprint by setting a name, start and end dates, and pulling in tasks by their keys to organize project work.
Instructions
Create a sprint. Dates are YYYY-MM-DD. take is comma-separated task keys to pull in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | ||
| name | Yes | ||
| take | No | ||
| status | No | planned | |
| ends_on | Yes | ||
| project | No | ||
| category | No | ||
| starts_on | Yes |