updateAsanaTask
Modify existing Asana tasks by updating name, notes, due date, assignee, completion status, or custom fields to keep project information current.
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 |
|---|---|---|---|
| taskId | Yes | The unique identifier of the task to update | |
| 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 | |
| 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.) |