board_bulk_update_tasks
Update multiple tasks simultaneously by changing project, status, priority, or agent assignment with all-or-nothing validation for batch operations.
Instructions
Apply the same update to multiple tasks in one call. Useful for consolidation (move N tasks to a different project) or bulk status/priority/agent changes. All tasks are validated first — if any task is missing, NO tasks are updated (all-or-nothing). Activity log entries are written per task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_ids | Yes | Task IDs to update (1-100) | |
| project_id | No | Move all listed tasks to this project. Target project must exist. | |
| status | No | New status for all listed tasks | |
| priority | No | New priority for all listed tasks | |
| assigned_agent | No | New agent assignment for all listed tasks (empty string to unassign) |