updateAsanaTask
Modify an existing Asana task's name, notes, due date, assignee, completion status, or custom fields with a single update request.
Instructions
Updates an existing Asana task with new values for name, notes, due date, assignee, completion status, or custom fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name for the task | |
| notes | No | New description or notes for the task | |
| due_on | No | New due date for the task in YYYY-MM-DD format | |
| taskId | Yes | The unique identifier of the task to update | |
| assignee | No | New assignee user ID. Use "me" for the current user or null to unassign. | |
| completed | No | New completion status for the task | |
| custom_fields | Yes | Custom fields to update. Format: { "custom_field_gid": value }. Values depend on field type (text, number, enum option GID, etc.) |