transfer_cycle_work_items
Transfers work items from a source cycle to a target cycle within a project, enabling efficient cycle management and reallocation of tasks.
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 |