update_task
Update a KanbanFlow task's name, description, color, column, position, estimates, or grouping date. Provide board name and task ID to apply changes.
Instructions
Update a task (name, description, color, column, position, estimates, grouping date).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| color | No | ||
| task_id | Yes | ||
| position | No | ||
| column_id | No | Move task to this column ID | |
| board_name | Yes | Name of the configured board to operate on (see list_boards) | |
| description | No | ||
| groupingDate | No | Only used if the target column is date grouped. Format YYYY-MM-DD, e.g. 2023-12-31. Use null or empty string to group as unknown date. | |
| pointsEstimate | No | ||
| responsibleUserId | No | ||
| totalSecondsEstimate | No |