delete_cycle_issue
Remove an issue from a specified cycle using project, cycle, and issue identifiers. This helps keep cycles organized by disassociating unwanted or misplaced issues.
Instructions
Remove an issue from a cycle.
Args: project_id: The UUID identifier of the project containing the cycle cycle_id: The UUID identifier of the cycle containing the issue issue_id: The UUID identifier of the issue to remove from the cycle
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cycle_id | Yes | ||
| issue_id | Yes | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |