Reopen report (operator)
reopen_reportMove a fixed report back to reopened status for regression review when a reporter indicates the issue persists after a fix.
Instructions
Move a previously fixed/verified/dismissed report back to the reopened state for regression review, recording an operator note. Returns { report } with status=reopened. Write; idempotent — reopening an already-reopened report is a no-op. Use when a reporter says "still broken" after a fix shipped; use transition_status for any other state change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Operator note recorded on the reopen transition | |
| reportId | Yes | Report UUID to move back to reopened status |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report | Yes | Updated report row with status=reopened |