Create a task in a checklist
kanbanzone_create_taskAdds a task to an existing checklist, with required description and optional due date, position, and owner.
Instructions
Add a task to an existing checklist.
Args:
checklist (string, required): checklist ObjectId.
description (string, required): the task text.
position (number, optional, ≥0): if omitted, the task is appended.
dueAt (string, optional): ISO date.
owner (string, optional): account ObjectId or email.
Examples:
"Add a task 'Update README' to checklist 670..."
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checklist | Yes | ||
| description | Yes | ||
| position | No | ||
| dueAt | No | ||
| owner | No |