move_card
Move a card to a specific column on a ScrumDo board by providing the card reference and target cell ID.
Instructions
Move a card to a different column (cell) on the board.
Args: card_ref: Card reference, e.g. 'ON-914'. cell_id: Target cell id. Use get_board_cells() to find cell ids.
Returns the updated card.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card_ref | Yes | ||
| cell_id | Yes |