create_cycle
Create a project cycle by supplying the project ID and cycle name, plus optional start and end dates and a description.
Instructions
Create a new cycle in a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Cycle name | |
| end_date | No | End date (YYYY-MM-DD) | |
| project_id | Yes | Project UUID | |
| start_date | No | Start date (YYYY-MM-DD) | |
| description | No | Cycle description |