Skip to main content

Defect Analysis dashboard

The Defect Analysis dashboard provides a comprehensive view of defects logged in the system, enabling stakeholders to analyze trends over the past 13 months using key performance indicators (KPIs) such as reported defects, fixed defects, reopened defects, and defect age. It supports both organizational and planning-level insights, allowing you to evaluate defect trends, understand the impact of defect volume on resolution times, and drill down into detailed defect data. With intuitive visualizations and interactive filters, the dashboard helps identify areas of improvement, track defect resolution efficiency, and drive better project outcomes.

As a business stakeholder, you can use the Defect Analysis dashboard to understand the following aspects:

  • Compare and analyze the trend of reported defect upon the fixed defect count for a specific month.
  • View and understand the impact of defect volume upon the defect age at project level.
  • View the defect volume reported for each planning level and can drill down to the defect details.

The Defect Analysis dashboard is built using the defects created, portfolio item strategic themes, planning level hierarchy, and agility last refresh date datasets.

You can filter the required planning levels from the drop down and the grids display the data respectively.

Here is a screenshot of defect analysis dashboard.

Defect analysis

The Defect Analysis dashboard consists of the following sections:

KPIs

  • Reported defects: Provides the count of reported defects for the current month and previous month. If the number of reported defects is lower than the previous month, the percentage value is displayed in green.
  • Fixed defects: Provides the count of fixed defects for the current month and previous month. If the number of fixed defects is higher than the previous month, the percentage value is displayed in green.
  • Reopened defects: Provides the count of reopened defects for the current month and previous month. If the number of fixed defects is lower than the previous month, the percentage value is displayed in green.
  • Avg defect age (days): Provides the age of defect in days for the current month and previous month. If the number of fixed defects is lower than the previous month, the percentage value is displayed in green.

Monthly defect trend

The Monthly Defect Trend section provides the current and last 12 months trend of defects reported upon the defects fixed for a selected planning level.

You can hover over the bars to view the number of reported defects, and number of fixed defects for a specific month.

Impact of defect volume on defect age

This panel displays a bubble graph to help you analyze the impact defect volume on defect age. The count of reported defects is plotted against defect age to display this data. The size of the bubble indicates the number of defects reported. The bigger the bubble is, defects reported are more and hence, the project needs more attention. The data in this section is driven by selections made in the Monthly defect trend panel.

You can hover over the bars to view the details such as defect planning level, average defect age in days and the count of reported defects.

Defects identified by strategic themes

This panel uses a tree map visualization to display defects grouped by strategic themes, teams, and initiatives, with the size of each block representing the number of defects. The panel uses distinct colors for clarity and hierarchical breakdowns to provide granular insights, helping teams identify areas with the highest defect counts, prioritize fixes, and address defect trends across teams and projects for improved product quality.

Planning Level Details

The Planning Level Details section delivers the deep dive view of defect details associated with a specific planning level. You can find the specific defect details such as ID, planning level, created date and time, status, and completed date and time.

Components of dataset

This section lists all the attributes and metrics that have been used to build the reports in this dashboard.

Attributes
Attribute NameDescriptionDataset
Calendar monthGregorian calendar monthDefects created
DefectUnique identifier for the defectDefects created
Defect completed datetimeThe date and time when the defect status was changed to the completed category.Defects created
Defect created datetimeDate and time on which the defect was createdDefects created
Defect planning levelPlanning level of the defectDefects created
Defect source URLSource URL of the defectDefects created
Defect statusCurrent status of the defectDefects created
Defect teamTeam assigned to complete the defectDefects created
Strategic themeStrategic theme of the defectPortfolio item strategic theme
Metrics
Metric NameDescriptionMetric FormulaDataset
Average Defect Age (Days)Average of the defect age in daysAge Since Creation (Days)/No.of Defects CreatedDefects created
Defect age in daysDuration between defect created date and time and current or completed date time in daysAge Since Creation / 86400.0Defects created
Fixed defectsNumber of fixed defectsCount(Fixed defects)Defects created
Reopened defectsNumber of defects that were reopenedCount(Reopened defects)Defects reopened
Reported defectsNumber of defects reportedCount(Reported defects)Defects created