Update a feedback item's status / notes (staff only)
update_feedbackStaff-only triage write. Move feedback through the state machine (new → triaged → planned/wontfix → in_progress → shipped), attach internal notes, or mark as a duplicate of another item. Returns the updated record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Feedback id from list_feedback. | |
| status | No | ||
| duplicateOf | No | When status=duplicate, the id of the canonical feedback this collapses into. | |
| internalNotes | No | Staff-only commentary. Appended to existing notes if any. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool result payload (JSON object) |