update_item
Update item fields such as title, status, description, priority, and assignee on a kanban board. Specify board ID and item ID to modify details.
Instructions
Update an item's fields.
Args: board_id: Board ID item_id: Item ID title: New title status: New status/column description: New description priority: New priority effort: New effort estimate tags: New tags list assignee: New assignee due_date: New due date sort_order: New sort order
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | ||
| item_id | Yes | ||
| fields | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |