update_bulk_tasks
Apply the same field changes to up to 100 tasks in one call, with a per-task success/error report. Use to mass-update status, priority, due date, or assignees.
Instructions
Apply the same set of field changes to many tasks at once (up to 100). Returns a per-task success/error report. Use to mass-change status, priority, due date, or add/remove assignees across a batch of tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_ids | Yes | Task ids to update (1–100 per call). | |
| update | Yes | Fields applied to every task in task_ids (only the provided fields change). | |
| custom_task_ids | No | Set true when task_ids are custom task IDs instead of native ClickUp IDs. Requires team_id. | |
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. |