close_bug
Close a bug by updating its status to resolved with a resolution note. Specify the bug ID and optional project path to mark issues as fixed.
Instructions
Close a bug (convenience wrapper for update_bug with status=closed).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bug_id | Yes | The bug ID to close. | |
| resolution | No | Resolution note explaining how the bug was fixed. | |
| project_path | No | Path to project directory (defaults to cwd). |