update_bug
Modify bug details like status, priority, tags, and relationships, or add progress notes to track issue resolution in the MCP Secure Local Server.
Instructions
Update an existing bug. Can update status, priority, tags, related_bugs. Supports note-only updates for progress tracking.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bug_id | Yes | The bug ID to update. | |
| status | No | New status for the bug. | |
| priority | No | New priority for the bug. | |
| tags | No | New tags (replaces existing tags). | |
| related_bugs | No | Related bugs (replaces existing). | |
| note | No | Note for the history entry (progress update, reason for change). | |
| project_path | No | Path to project directory (defaults to cwd). |