resolve_bug
Mark a bug as fixed in a project. Optionally include an explanation of the resolution.
Instructions
Mark a bug as fixed with optional resolution details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bug_id | Yes | Integer ID of the bug to resolve. | |
| project | Yes | Name identifying the project the bug belongs to. | |
| resolution | No | Explanation of how the bug was resolved (optional). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| kind | No | bug | |
| tags | No | ||
| title | Yes | ||
| status | No | open | |
| project | Yes | ||
| fixed_at | No | ||
| location | No | ||
| severity | No | minor | |
| created_at | Yes | ||
| resolution | No | ||
| updated_at | Yes | ||
| description | No | ||
| found_while | No |