bulk_change_status
Update the status of many tasks at once, optionally adding a note for the change. Ideal for moving tasks through workflow stages in bulk.
Instructions
Change the status of multiple tasks at once with optional note. Perfect for workflow transitions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Optional note for the status change | |
| taskIds | Yes | Array of task IDs to update | |
| statusId | Yes | New status ID for all tasks |