add_cycle_issues
Add multiple issue UUIDs to a specific project cycle by providing project ID, cycle ID, and issue list. Organize work items into cycles for tracking.
Instructions
Add issues to a cycle
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issues | Yes | Array of issue UUIDs to add to the cycle | |
| cycle_id | Yes | The uuid identifier of the cycle to add issues to | |
| project_id | Yes | The uuid identifier of the project containing the cycle |