delete_cycle_issue
Remove a specified issue from a cycle by providing the project, cycle, and issue UUIDs. Solves the problem of clearing unwanted work items from sprint planning while keeping project data intact.
Instructions
Remove an issue from a cycle
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cycle_id | Yes | The uuid identifier of the cycle containing the issue | |
| issue_id | Yes | The uuid identifier of the issue to remove from the cycle | |
| project_id | Yes | The uuid identifier of the project containing the cycle |