move_item
Move an item to a different column or status on a kanban board by providing board ID, item ID, and target status name.
Instructions
Move an item to a different column/status.
Args: board_id: Board ID item_id: Item ID new_status: Target column name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | ||
| item_id | Yes | ||
| new_status | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |