kaiten_update_card
Update a Kaiten card's details, move it between columns or boards, set state, owner, deadline, or archive it with condition=2.
Instructions
Update a Kaiten card. Use condition=2 to archive, set column_id/board_id to move.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asap | No | ASAP marker | |
| state | No | Card state: 1=queued, 2=inProgress, 3=done | |
| title | No | New title | |
| locked | No | Lock identifier (null to unlock) | |
| blocked | No | Set to false to unblock | |
| card_id | Yes | Card ID or key | |
| lane_id | No | Move to lane | |
| type_id | No | Card type ID | |
| board_id | No | Move to board | |
| due_date | No | Deadline (ISO 8601 or null) | |
| owner_id | No | New owner user ID | |
| column_id | No | Move to column | |
| condition | No | 1=active, 2=archived | |
| size_text | No | Size | |
| sprint_id | No | Sprint ID (null to remove) | |
| properties | No | Custom properties as {id_N: value} | |
| sort_order | No | Position in cell | |
| description | No | New description | |
| external_id | No | External ID | |
| planned_end | No | Planned end date (ISO 8601) | |
| block_reason | No | Block reason text (null to clear) | |
| expires_later | No | Expires later flag | |
| planned_start | No | Planned start date (ISO 8601) | |
| child_card_ids | No | Child card IDs to link | |
| parent_card_ids | No | Parent card IDs to link | |
| estimate_workload | No | Estimated workload in minutes (resource planning) | |
| due_date_time_present | No | True if due_date includes time component |