create_subtask
Create a subtask under a task. All time entries are logged against subtasks, so every task needs at least one. The subtask inherits a valid billing type from the parent task. Discover ids with find_billing_work - never ask the user for an id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Subtask name (required). | |
| task_id | Yes | Id of the parent task (required). Must be a task in your organization. | |
| description | No | Optional subtask description. | |
| idempotency_key | No | Optional caller-supplied key; retrying with the same key returns the original result instead of acting twice. |