create_cycle
Create a new cycle in a Plane project by providing the project ID and cycle name, with optional description, start date, and end date.
Instructions
Create a new cycle in a project.
Args: project_id: The UUID identifier of the project name: The name of the cycle description: Optional cycle description start_date: Optional start date (YYYY-MM-DD) end_date: Optional end date (YYYY-MM-DD)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| end_date | No | ||
| project_id | Yes | ||
| start_date | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |