get_bug_reports
Retrieve and filter bug reports from FeedbackBasket projects by status, severity, or search terms to identify and address software issues.
Instructions
Get bug reports specifically from your FeedbackBasket projects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | Filter by specific project ID | |
| status | No | Filter by bug status | |
| severity | No | Filter by computed severity (based on sentiment: negative=high, neutral=medium, positive=low) | |
| search | No | Search bug report content for specific text | |
| limit | No | Maximum number of results to return (default: 20, max: 100) | |
| includeNotes | No | Include internal notes in the response (default: false) |