Create task
create_taskCreate a new Asana task with customizable fields such as assignee, due dates, projects, and custom fields. Simplifies task creation through the Asana API.
Instructions
Create an Asana task. This operation writes to Asana.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Task name. | |
| tags | No | ||
| liked | No | ||
| notes | No | Plain-text task description. | |
| due_at | No | ||
| due_on | No | ||
| parent | No | Parent task GID when creating a subtask. | |
| assignee | No | User GID, email, 'me', or null to leave unassigned. | |
| projects | No | Project GIDs to add the new task to. | |
| start_at | No | ||
| start_on | No | ||
| completed | No | ||
| followers | No | ||
| workspace | No | Workspace GID. Required unless projects or parent identifies the workspace. | |
| opt_fields | No | Additional fields to return for the created task. | |
| custom_fields | No | ||
| approval_status | No | ||
| resource_subtype | No |