asana_bulk_update
Apply the same field changes to multiple Asana tasks in a single call, skipping failures and returning a per-task summary.
Instructions
Apply the SAME field changes to MANY tasks in one call (assignee, dates, completed, notes/html_notes, custom_fields). Loops PUT per task, continues past individual failures, returns a per-task summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Plain notes for all | |
| due_on | No | Due date YYYY-MM-DD for all | |
| assignee | No | Assignee GID for all | |
| start_on | No | Start date YYYY-MM-DD for all | |
| completed | No | Completion state for all | |
| task_gids | Yes | Task GIDs to update | |
| html_notes | No | HTML notes for all (auto-sanitized) | |
| custom_fields | No | field_gid → value for all (dates auto-wrapped) |