kanbn_sort_column
Sort a Kanban board column by task fields (name, created, modified, due, assigned, progress) with ascending/descending order and optional filter. Specify the column name and sorter list to reorder tasks in the project.
Instructions
Sort a board column by the given sorters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to the project root directory | |
| save | No | Persist the sort order to the index (default false) | |
| sorters | Yes | List of sorter objects with field (name, created, modified, due, assigned, progress), order (ascending, descending) and optional filter | |
| columnName | Yes | Name of the column to sort |