add_bug
Add a new bug to the tracker with title, description, priority, tags, and project path for security-focused local development.
Instructions
Add a new bug to the tracker.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Brief title for the bug. | |
| description | No | Detailed description of the bug. | |
| priority | No | Bug priority (default: medium). | |
| tags | No | Tags for categorizing the bug. | |
| project_path | No | Path to project directory (defaults to cwd). |