add_cycle_issues
Assign issues to a cycle by providing project ID, cycle ID, and issue IDs. Organize tasks for structured sprint management.
Instructions
Add issues to a cycle.
Args: project_id: The UUID identifier of the project containing the cycle cycle_id: The UUID identifier of the cycle to add issues to issues: Array of issue UUIDs to add to the cycle
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issues | Yes | ||
| cycle_id | Yes | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |