remove_issue_from_cycle
Remove an issue from a cycle by providing project, cycle, and issue IDs. Keeps sprint assignments accurate by removing issues that no longer belong.
Instructions
Remove an issue from a cycle
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cycle_id | Yes | Cycle UUID | |
| issue_id | Yes | Issue UUID to remove | |
| project_id | Yes | Project UUID |