get_bug_review
Retrieve detailed bug reviews with failures, defects, and reproduction dates from Zebrunner test management. Configure time periods, output formats, and optional automatic failure detail fetching for comprehensive analysis.
Instructions
๐ Get detailed bug review with failures, defects, reproduction dates, and optional automatic failure detail fetching (SQL widget, templateId: 9)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project alias ('web', 'android', 'ios', 'api'), project key, or numeric projectId | web |
| period | No | Time period for bug review | Last 7 Days |
| limit | No | Maximum number of bugs to return (default: 100, max: 500) | |
| include_failure_details | No | When true, automatically fetches detailed failure info for each bug (affected test runs, error details). Enables comprehensive single-call analysis. | |
| failure_detail_level | No | Level of failure details: none (just bug list), summary (error + count), full (all affected test runs) | summary |
| max_details_limit | No | Maximum bugs to fetch detailed failure info for (default: 30, max: 50). Prevents excessive API calls. | |
| templateId | No | Override templateId if needed (default: 9 for Bug Review) | |
| format | No | Output format: detailed (full info with markdown links), summary (concise), or json (raw data) | detailed |