Move a card
kanbanzone_move_cardMove a card to a specified column on the same or different board, adjusting its position within the column.
Instructions
Move a card to a different column (and optionally a different board).
Args:
id (string, required): card ObjectId.
board (string, required): destination board publicId.
column (string, required): destination column ObjectId.
position (number, optional): 0-based position within the destination column.
Examples:
"Move card 670... to the In Progress column"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| board | Yes | ||
| column | Yes | ||
| position | No |