Overview | |
---|---|
Definition (Hover Text) | The Defect Count by Priority KPI measures the number of defects for each priority level defined in a project. |
Source Tools | Jira, Azure Boards |
Graph type | Line Chart |
Filters | |
Hover Format on KPI | Sprint Name: P1: <<Value>> P2: <<Value>> P3: <<Value>> P4: <<Value>> |
Fields on Overlay | Sprint Name Defect ID Issue Description Priority |
Business Logic | |
Calculation Formula | No. of defects linked to stories in the iteration grouped by priority |
Trend | A lower count of defects, especially in higher priority categories, indicates better quality. |
Maturity Levels | Maturity is assessed by averaging data from the last 5 sprints. This helps in understanding the stability and improvement over time. |
Instance level thresholds | Target KPI Value denotes the bare minimum a project should maintain for a KPI. |
Global Configurations- (Field Mapping) | |
Processor Fields | Whenever we update the defect mapping and issue type mapping, whether we add or remove any issue type, we must run the processor. This is necessary to show the changes in the KPI. Defect Mapping :
|
Mandatory fields
| Project Settings
Defect Mapping :
|
How to Validate KPI | |
Suggested ways of working | |
Sample JQLs | project = "Your Project Name" AND issuetype = Bug AND Sprint in openSprints() ORDER BY priority DESC |
Benefits of KPI | |
Prioritization: | Helps the team identify and prioritize the most critical defects, ensuring that the most impactful issues are addressed first. |
Trend Analysis | By tracking defects by priority, the team can identify recurring issues and areas that need improvement. |
Risk Management | Helps in assessing the risk associated with defects and planning mitigation strategies accordingly. |
Improved Product Quality | By focusing on and resolving high-priority defects, the overall quality of the product improves, leading to higher customer satisfaction. |
Best Practices | |
Clear Priority | Ensure that priority levels are clearly defined and understood by all team members to maintain consistency. |
Regular Monitoring | Regularly monitor and review the defect counts by priority to identify trends and take corrective actions promptly. |
Effective Communication | Maintain open communication between the development and testing teams to ensure that defects are accurately prioritized and addressed |
General
Content
Integrations