kanbn_create_task
Create a task on a Kanbn board with a required name and optional column, assignee, comments, subtasks, relations, and description.
Instructions
Create a new task on the Kanbn board. The 'name' field is required; all other fields are optional.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Task title (required) | |
| path | No | Path to the project root directory | |
| column | No | Target column for the new task (optional; defaults to the board's first column) | |
| assigned | No | Assignee | |
| comments | No | ||
| subTasks | No | ||
| taskData | No | Kanbn task metadata object | |
| relations | No | Task relations: an array of {task, type} edges (e.g. {task: 'model', type: 'depends-on'}). WARNING: on edit this replaces the WHOLE relations collection — supply the full array, or use kanbn_add_relation / kanbn_remove_relation for merges. | |
| description | No | Task detailed description |