Defect List

Defects

Overview

The Defect List is the central tracker for all bugs and issues in the project. The top of the page shows KPI summary cards and trend charts so you can assess defect health at a glance, followed by a full table of every defect with filtering and search.

Getting there

1Select your project from the project switcher
2Click Defects in the left sidebar

KPI summary cards

Six cards at the top of the page give an instant snapshot of the project's defect health.

Defect List KPI cards
KPI summary cards — Total, Open, In Progress, Closed, Converted, Rejected
CardWhat it shows
Total DefectsAll defects ever raised in this project, across all sprints and statuses.
Open DefectsDefects currently in Open status — filed but not yet being worked on.
In ProgressDefects actively being investigated or fixed by a developer.
ClosedDefects that have been verified and closed.
Converted to StoryDefects that were promoted into a user story for planned development work.
RejectedDefects that were reviewed and rejected — not a valid bug or out of scope.

Charts

Below the KPI cards, three charts show defect trends over time.

Defect List trend charts
Defect List — trend charts showing Total Defects, Defects per Sprint, and Defect Leakage
ChartWhat it shows
Total DefectsCumulative count of all defects over time. Shows the overall defect trend for the project.
Defects per SprintNumber of defects raised in each sprint. Helps identify sprints with higher defect density.
Defect LeakageDefects found after a story was marked complete or accepted. Measures quality escaping testing.

List columns

ColumnWhat it shows
Defect IDAuto-generated defect identifier. Click to open the defect detail view.
Story IDThe story this defect is linked to. Click to open the parent story.
TitleShort description of the defect.
StatusCurrent state of the defect: Open, In Progress, Fixed, Verified, Closed, Rejected, or Converted to Story.
SeverityImpact level: Critical, High, Medium, or Low.
AssignDeveloper assigned to investigate and fix the defect.
QAQA member responsible for verifying the fix.
UpdatedDate and time the defect was last modified.
CreatedDate the defect was filed.

Filtering and searching

Filter by Status, Severity, Sprint, or Assign using the filter bar above the table. Use the search box to find defects by title or ID. Filters stack — combine Severity and Status to quickly find all open Critical defects, for example.

Defect workflow

Defects move through a lifecycle. Update the status on the defect detail page as work progresses.

Current statusNext statusWhen to move
OpenIn ProgressAssigned developer begins investigating.
In ProgressFixedDeveloper marks it fixed after deploying the fix.
FixedVerifiedQA confirms the fix works in the target environment.
VerifiedClosedFix is accepted and the defect is closed.
AnyReopenedIf the fix did not resolve the issue, the defect is reopened with notes.
AnyRejectedDefect is reviewed and determined to be invalid or out of scope.
AnyConverted to StoryDefect is promoted into a user story for planned development.

Troubleshooting

I can't find a defect I know exists

Check for active status or severity filters that might be hiding it. Use the search box to find by defect ID or title keyword.

A defect I fixed is still showing as Open

Status changes are not automatic. Open the defect and move it to Fixed, or ask the developer to update it.

The Story ID column is blank for some defects

Defects can be created without linking to a story. Open the defect and add the story link in the detail view.

The Defect Leakage chart shows no data

Defect leakage is calculated from defects raised after their linked story was accepted. If no stories have been accepted yet, the chart will be empty.

The Defects per Sprint chart is missing some sprints

Only sprints with at least one defect appear in the chart. Sprints with no defects are not plotted.

I want to see only defects assigned to me

Use the Assign filter and select your name. This scopes the list to defects where you are the assigned developer.