add_cycle_issues
Add specific issues to a cycle in Plane's project management system by providing the project ID, cycle ID, and issue UUIDs.
Instructions
Add issues to a cycle
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cycle_id | Yes | The uuid identifier of the cycle to add issues to | |
issues | Yes | Array of issue UUIDs to add to the cycle | |
project_id | Yes | The uuid identifier of the project containing the cycle |