get_top_bugs
Retrieve the most frequent defects from Zebrunner test management to identify recurring issues and prioritize bug fixes across projects.
Instructions
🐞 Top N most frequent defects with optional issue links (SQL widget, templateId: 4)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format: raw widget response or formatted data | formatted |
| issueUrlPattern | No | e.g., 'https://yourcompany.atlassian.net/browse/{key}' | |
| limit | No | How many bugs to return | |
| milestone | No | Optional MILESTONE filter, e.g., ['25.39.0'] for milestone filtering | |
| period | No | Time period | Last 7 Days |
| platform | No | Optional platform filter; defaults to [] for this widget | |
| project | No | Project alias ('web', 'android', 'ios', 'api'), project key, or numeric projectId | web |
| templateId | No | Override templateId if needed |