record_work_report
Update structured work report sections on a kanban card, using upsert for list items and replace for singletons.
Instructions
Update one structured work_report section/item on a card.
Current state lives in card.ext["work_report"]; every successful call also emits a work_report.updated changelog event. Use this instead of rewriting the whole ext blob. List sections require item.id and are upserted by that id; singleton sections are replaced.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | No | upsert | |
| item | Yes | ||
| card_id | Yes | ||
| section | Yes | ||
| idempotency_key | No |
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 |