update_bulk_tasks
Update multiple tasks simultaneously by applying common field changes to a list of task IDs.
Instructions
Apply the same or per-task updates to many tasks at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_ids | Yes | Task IDs to update (max 100 per call). | |
| update | Yes | Fields applied to every task in task_ids. | |
| custom_task_ids | No | ||
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. |