Move report between states
transition_statusMove a bug report to a valid workflow state, enforcing admin UI transition rules. Use to mark fixed, dismiss duplicates, or reopen reports.
Instructions
Move a report to a new workflow state, enforcing the same transition rules as the admin UI. Valid targets: classified, grouped, fixing, fixed, verified, reopened, dismissed. Returns { report } with the updated status. Write; idempotent (setting the current status is a no-op); rejects illegal transitions. Use to dismiss a duplicate or mark fixed; use merge_fix to mark fixed via a merged PR, or reopen_report for the reopened path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Reason for the transition (audit trail) | |
| status | Yes | Target status | |
| reportId | Yes | Report UUID |