Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

Definition (Hover Text)

measures the total number of defects (bugs) linked to closed stories which are part of a Iteration.

Source Tools

Jira, Azure Boards

Graph type

Line

Filters

<None>

Hover Format on KPI

Sprint Name: <<Percentage Value>>

Defects: <<Value>>

Closed Stories: <<Value>>

Fields on Overlay

  1. Sprint Name

  2. Story ID

  3. Issue Description

  4. Linked Defects

Business Logic

Calculation Formula

No. of defects tagged to all stories closed in an iteration/ Total no. of stories closed in the iteration.

Trend

Positive trend indication - Decrease

Maturity Levels

M1: > 175%

M2: 175% -125%

M3: 125%-75%

M4: 75-25%

M5: 25%

Instance level thresholds

Configurations

Processor Fields

  • NA

Mandatory fields

  • Issue Type Mapping

    • Issue Type which will have Liked defects eg; Story Enabler Story, Tech Story

  • WorkFlow Status Mapping

    • Status considered for Issue closure eg; Closed, Done, Ready for Delivery

How to Validate KPI

Suggested ways of working

Sample JQLs

project in ("XYZ") and component ="ABC" and type in (Defect) and issueFunction in linkedIssuesOf("type in (Story) AND sprint in(406)")

Benefits of KPI

How does the KPI help

The Defect Injection Rate KPI helps in identifying the number of defects introduced during the development process, which can help in improving the quality of the product and reducing the cost of fixing defects in later stages. It also helps in tracking the effectiveness of the testing process and identifying areas for improvement.

C