bulk_update_tasks
Apply the same update to multiple tasks simultaneously, including status, assignee, team, or points. Reports partial failures if some tasks fail.
Instructions
Update multiple tasks at once. Verify the task_ids list before calling.
This is a convenience tool that applies the same update to multiple tasks. Partial failures are reported — some tasks may succeed while others fail.
Args: task_ids: List of task IDs (custom or UUID). Double-check before calling. status: Set status on all tasks. assignee_add: Add assignee (user ID) to all tasks. team: Set Component/Team label on all tasks. points: Set story points on all tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | No | ||
| points | No | ||
| status | No | ||
| task_ids | Yes | ||
| assignee_add | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |