kanbn_edit_task
Update an existing Kanbn task's title, dates, progress, tags, assignee, comments, and subtasks. Modify task details in one call.
Instructions
Edit an existing task on the Kanbn board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | Due date (ISO string) | |
| name | No | Task title | |
| path | No | Path to the project root directory | |
| tags | No | Tags array | |
| taskId | Yes | ID or filename of the task to edit | |
| started | No | Start date (ISO string) | |
| assigned | No | Assignee | |
| comments | No | ||
| progress | No | Progress (0-1) | |
| subTasks | No | ||
| completed | No | Completion date (ISO string) | |
| 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 | |
| plannedStart | No | Planned start date (ISO string) | |
| plannedFinish | No | Planned finish date (ISO string) |