create-cycle
Create a new project cycle in Plane.so by specifying project ID, cycle name, owner, dates, and optional description to organize work into time-based periods.
Instructions
Create a new cycle in a project
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ID of the project where the cycle should be created | |
| name | Yes | Name of the cycle | |
| description | No | Description of the cycle (optional) | |
| start_date | No | Start date of the cycle (YYYY-MM-DD format, optional) | |
| end_date | No | End date of the cycle (YYYY-MM-DD format, optional) | |
| owned_by | Yes | ID of the user who will own this cycle |