Create a sprint
create_cycleOpen a new sprint (cycle) for a team over a date range. Send neither date and the server appends a one week sprint straight after the last one the team has.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| team | Yes | Team key like "ENG", team name, or team id. | |
| endsAt | No | ISO timestamp or date the sprint closes. Defaults to one week after it opens. | |
| startsAt | No | ISO timestamp or date the sprint opens. Defaults to after the last sprint. |