Add task
task_addAppend a new task to a change with a sequential ID, starting as pending unless another status is set.
Instructions
Append one task to a change. Task ids are sequential (T1, T2, ...). The task starts as pending unless another status is given. Use task_update to move a task between statuses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | What the task is; one imperative sentence. | |
| status | No | Initial status. Defaults to pending. | |
| changeId | No | Change id. Defaults to the active change; an unknown id is a clean error. | |
| workspace | No | Workspace name (see workspace_list). Defaults to the primary workspace. |