remove-issue-from-cycle
Remove an issue from a cycle in Plane project management by specifying project, cycle, and issue IDs.
Instructions
Remove an issue from a cycle
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ID of the project containing the cycle | |
| cycle_id | Yes | ID of the cycle to remove issue from | |
| issue_id | Yes | ID of the issue to remove from the cycle |