update_bug
Update a bug's attributes including title, status, severity, kind, tags, location, description, and found_while context.
Instructions
Update attributes of an existing bug within a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | New kind ('bug' or 'improvement') (optional). | |
| tags | No | New tags list (optional). | |
| title | No | New title (optional). | |
| bug_id | Yes | Integer ID of the bug to update. | |
| status | No | New status ('open' or 'fixed') (optional). | |
| project | Yes | Name identifying the project the bug belongs to. | |
| location | No | New location (optional). | |
| severity | No | New severity (optional). | |
| description | No | New description (optional). | |
| found_while | No | New found_while context (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 |