manage_cycle_work_items
Add or remove work items from a cycle in one API call. Specify IDs to add or remove for efficient cycle management.
Instructions
Add or remove work items on a cycle in a single call.
At least one of add_ids or remove_ids must be provided.
Args: project_id: UUID of the project cycle_id: UUID of the cycle add_ids: UUIDs of work items to add to the cycle remove_ids: UUIDs of work items to remove from the cycle
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| add_ids | No | ||
| cycle_id | Yes | ||
| project_id | Yes | ||
| remove_ids | No |