asana_create_subtask
Create a subtask under a specified parent task with optional assignee, due date, start date, and notes.
Instructions
Create a subtask under a parent task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Subtask name | |
| notes | No | Plain text notes | |
| due_on | No | Due date (YYYY-MM-DD) | |
| assignee | No | Assignee GID | |
| start_on | No | Start date (YYYY-MM-DD) | |
| html_notes | No | HTML notes (overrides notes) | |
| parent_gid | Yes | Parent task GID |