createAsanaTask
Create tasks in Asana projects with details like descriptions, due dates, assignees, and custom fields to organize work and track progress.
Instructions
Creates a new task in the specified Asana project with optional details like description, due date, assignee, and custom fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The unique identifier of the Asana project | |
| name | Yes | Name of the new task to create | |
| notes | No | Description or notes for the task | |
| due_on | No | Due date for the task in YYYY-MM-DD format | |
| assignee | No | User ID of the assignee. Use "me" for the current user. | |
| custom_fields | Yes | Custom fields to update. Format: { "custom_field_gid": value }. Values depend on field type (text, number, enum option GID, etc.) |