create_cycle
Create a new cycle for a team by specifying name, start and end dates, and an optional description, enabling structured time-boxed work periods.
Instructions
Create a new cycle for a team
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | Yes | Team ID | |
| name | Yes | Cycle name | |
| description | No | Cycle description (optional) | |
| startDate | Yes | Cycle start date (ISO format, e.g. 2023-04-01) | |
| endDate | Yes | Cycle end date (ISO format, e.g. 2023-04-15) |