move_task
Move a Kaiten task to a different board, optionally targeting a specific column or lane.
Instructions
Move a Kaiten task (card) to a given board (and optionally a specific column/lane).
Args: card_id: ID of the card to move. board_id: Destination board ID. column_id: Destination column ID on that board (optional). lane_id: Destination lane ID on that board (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card_id | Yes | ||
| lane_id | No | ||
| board_id | Yes | ||
| column_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||