yg_task_create
Create a task in a specified column by providing a title and column ID. Optionally set description, assignees, deadline, subtasks, checklists, and status flags.
Instructions
Create a task in a column.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | ||
| title | Yes | ||
| archived | No | ||
| assigned | No | User ids to assign. | |
| columnId | Yes | ||
| deadline | No | ms epoch or ISO date. | |
| subtasks | No | Subtask (task) ids. | |
| completed | No | ||
| checklists | No | Checklists, each { title, items: [{ title, isCompleted }] }. | |
| description | No |