Mark a bug as resolved
feedbug_resolve_bugMark a verified bug fix as resolved in Feedbug. Input a bug UUID or tracker ID to flip its status, hide the widget marker, and confirm the resolution without closing linked issues.
Instructions
Mark a bug as resolved in Feedbug, once its fix is verified.
Returns: a confirmation message. Use when: you have shipped and checked the fix for that exact report. Do not use when: the fix is only proposed or not yet verified — this server exposes no way to reopen a bug. Behavior: writes to Feedbug and is idempotent, since resolving an already resolved bug leaves it resolved. It flips the status of the report and hides its marker from the widget, but does NOT close the linked Linear or GitHub issue: the tracker stays the source of truth, and moving that issue back to an open state syncs the report open again through the webhook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Bug UUID as returned by feedbug_list_bugs, or the tracker identifier such as PRE-13, matched case-insensitively. Ids belonging to another project are rejected. |