zuuna_move_card
Move a card to a target column by specifying the column ID or its title, resolved against the card's board.
Instructions
Move a card to another column. Give the target column by id or by title (resolved against the card's board). Accepts a card key (ZNA-2001) or id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card | Yes | Card key (e.g. ZNA-2001) or card id. | |
| columnId | No | Target column id. Provide this or columnTitle. | |
| columnTitle | No | Target column title (resolved against the card's board). |