transfer_cycle_work_items
Relocate work items from one cycle to another in Plane. Use project, source cycle, and target cycle IDs to reassign issues.
Instructions
Transfer work items from one cycle to another.
Args: workspace_slug: The workspace slug identifier project_id: UUID of the project cycle_id: UUID of the source cycle new_cycle_id: UUID of the target cycle to transfer issues to
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cycle_id | Yes | ||
| project_id | Yes | ||
| new_cycle_id | Yes |