bulk_update_tasks
Update multiple tasks simultaneously by specifying IDs and fields like status, priority, due date, or assignee, with optional cascade to dependent tasks.
Instructions
Update multiple tasks at once
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | Updates to apply to all tasks | |
| task_ids | Yes | Array of task IDs to update | |
| cascade_dependencies | No | Whether to update dependent tasks automatically |