move_card
Move a card to a different column or position within a board. Use force to override workflow restrictions and WIP limits.
Instructions
Move a card within a board it's already on (re-column / re-position).
Errors if the card has no placement on to_board_id (use add_placement), or if the card's workflow scheme forbids the transition — check list_transitions first. force=true deliberately overrides scheme + WIP validation; the override is always recorded in the change-log, never silent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | ||
| card_id | Yes | ||
| position | No | ||
| to_board_id | Yes | ||
| to_column_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| ext | No | ||
| title | Yes | ||
| labels | No | ||
| archived | No | ||
| due_date | No | ||
| assignees | No | ||
| checklists | No | ||
| created_at | No | ||
| placements | No | ||
| start_date | No | ||
| updated_at | No | ||
| attachments | No | ||
| description | No |