batch_update_tasks
Update multiple tasks in a project simultaneously. Modify status, priority, and tags (add, remove, or replace) for selected task IDs. Returns summaries or full task data with verbose mode.
Instructions
Update multiple tasks at once. tags must be existing tag IDs from the same project. Returns summaries by default; set verbose=true for full task data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| status | No | ||
| taskIds | Yes | ||
| verbose | No | ||
| priority | No | ||
| projectId | Yes | ||
| tagOperation | No | replace |