add_issues_to_cycle
Assign specified issues to a cycle or sprint in your project. Provide project_id, cycle_id, and issue_ids to batch-add them efficiently.
Instructions
Add issues to a cycle
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cycle_id | Yes | Cycle UUID | |
| issue_ids | Yes | Array of issue UUIDs to add | |
| project_id | Yes | Project UUID |