Move board card
board_move_cardMove a card to another column in a workspace kanban board, with optional ordering within the destination column.
Instructions
Move a card to another column (and optional order).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order | No | Order within the column | |
| card_id | Yes | Card id like T-12 | |
| column_id | Yes | Destination column id | |
| workspace | Yes | Absolute path to the project workspace root (contains .webcli/board.json) |