add-subtask
Add a subtask to an existing task with details like name, assignment, due dates, and completion status.
Instructions
Add a subtask to an existing task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | ID of the task to add a subtask to | |
| name | Yes | Name of the subtask | |
| finished | No | Whether the subtask is completed (default: false) | |
| userId | No | ID of the user to assign the subtask to | |
| dueDateTimestamp | No | UTC timestamp when subtask is due (format: '2023-03-01T12:00:00Z') | |
| dueDateTimestampLocal | No | Local timestamp when subtask is due |