move_task_to_board
Move a task from one KanbanFlow board to another, or to a specific column or swimlane on a different board.
Instructions
Move a task from one configured board to another (or another column/swimlane on a different board).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| column_id | No | Target column ID; defaults to the target board's first column | |
| board_name | Yes | The board the task currently lives on | |
| swimlane_id | 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. | |
| target_board_name | Yes | The configured board to move the task to |