tasks_update_bulk
Update multiple ClickUp tasks in a single operation—change statuses, reassign assignees, or add tags for up to 50 tasks per call.
Instructions
Update multiple existing ClickUp tasks in a single operation. Each entry must include a task_id and the fields to update. Can batch-change status across tasks (set status per task), batch-reassign (set assignees array per task), or batch-add tags (set tags array per task). Supports up to 50 tasks per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | Array of task updates (1-50) | |
| continue_on_error | No | Continue if an individual task update fails |