Overview
This automation eliminates manual bug tracking by pulling unresolved defects from Jira for a specified release version, calculating fix rates, and flagging high-priority and pending test bugs. It accelerates decision-making on test readiness and ensures timely notifications to responsible teams.
The Impact
- Automate defect monitoring. Eliminate manual Jira queries and consolidate results instantly.
- Flag high-priority bugs. Identify critical unresolved defects and pending tests to prevent release delays.
- Calculate fix rates. Quantify progress and quality for informed release decisions.
- Trigger alerts. Notify assignees and teams only when intervention is required.
Who This Is For
- Release Managers need quick insight into bug fix status before approving test releases.
- QA Leads want to generate actionable pending test defect lists and prompt teams.
- Technical Leads track critical defects and fix rates across projects for risk assessment.
- Project Managers require summarized defect data to allocate resources effectively.
How It Works
- Fetch Defect Data
- Query Jira REST API with project, version, and JQL to retrieve unresolved bugs.
- Extract Bug Counts
- Parse JSON to get total defects and decide whether to continue processing.
- Aggregate and Analyze
- Extract key fields, calculate fix rates, and identify high-priority and pending test bugs with assignee summaries.
- Evaluate Compliance
- Apply rules to check if alerts are needed based on unresolved high-priority bugs, pending tests, or low fix rates.
- Report and Notify
- Generate formatted reports for high-priority bugs and output messages for notification systems.
What You'll Need
Before using this template, make sure you have:
- Jira version identifier matching the fixVersion field (e.g., 1.2.0).
- Jira project key or identifier (e.g., KIDS, PROJ) for JQL filtering.
- Base64-encoded Basic authorization token for Jira API access.
- Base URL of your Jira instance including protocol (e.g., https://your-jira.example.com).
How to Use
- Step 1. Configure Parameters
- Step 2. Trigger Data Fetch
- Step 3. Analyze and Aggregate
- Step 4. Evaluate Compliance
- Step 5. Review Results
Enter the Jira version, project key, API authorization token, and Jira base URL.
Run the workflow to query Jira and retrieve unresolved defects for the specified version.
The workflow parses defects, calculates fix rates, and compiles high-priority and pending test bug lists with assignee mentions.
Automatically decide if alerts or reports need to be generated based on predefined rules.
Check the output messages and reports to confirm test release readiness and notify relevant teams accordingly.