Update / Edit a Defect

Defects

Overview

The defect detail page is where you update a defect as it moves through its lifecycle — reassigning it, changing its status, linking test cases, and recording notes. You can also delete the defect or convert it into a user story directly from this page.

Getting there

You can open a defect from two places:

1Defect List — click Defects in the left sidebar, then click the defect ID or title in the table
2Story Defects tab — open a story, go to the Defects tab, and click the defect row

Editable fields

All fields on the defect detail page can be updated at any time. Changes are saved immediately when you make them.

FieldNotes
TitleClick the title to edit it inline. Update it to be more specific as more information becomes available.
StatusMove the defect through its lifecycle: Open → In Progress → Fixed → Verified → Closed. Can also be set to Rejected or Converted to Story.
DeveloperThe team member responsible for fixing the defect. Update when reassigning.
QAThe QA member who will verify the fix. Assign before the fix is ready for verification.
SeverityImpact level: Critical, High, Medium, or Low. Update if the actual impact turns out to be different from the initial assessment.
Reproduction & BehaviorSteps to reproduce the defect from a known starting state. Update as the reproduction path becomes clearer.
Expected BehaviorWhat should happen when the steps are followed — the correct, intended behaviour.
Root Cause & ResolutionFilled in by the developer once the cause is identified. Describes what was wrong and what fix was applied. Valuable for future reference and post-mortems.
Verification ProofEvidence that the fix works — screenshots, test results, or a short description of how QA confirmed the fix. Filled in during the verification step.
Test CasesLink one or more test cases to this defect. Select from existing test cases in the project. Helps trace which test coverage the defect affects.

Side tabs

The right side of the defect detail page has two tabs for discussion and audit information.

TabWhat it contains
RemarksA shared notes area for the defect. Use it to add context, decisions, workarounds, or any information that does not fit in the structured fields. All project members with access can read and add remarks.
HistoryFull audit trail of every change made to this defect — field updates, status transitions, assignments, and remarks — with timestamps and the name of the user who made each change.

Deleting a defect

To delete the defect, click the Delete Defect option on the detail page. You will be asked to confirm before the defect is permanently removed. Deletion cannot be undone — if you are unsure, consider setting the status to Rejected instead.

Deleting a defect also removes it from any story it was linked to. The linked story itself is not affected.

Converting a defect to a story

If a defect represents work that should be planned and estimated as a user story, use the Convert to Story option on the detail page. This creates a new story pre-filled with the defect's title and description, and updates the defect's status to Converted to Story. The original defect remains in the Defect List for traceability.

1Click the Convert to Story option on the defect detail page
2Review the pre-filled story fields and update them as needed
3Click Create Story to save the new story
4The defect status changes to Converted to Story automatically

Troubleshooting

I can't edit any fields on the defect

Editing requires contributor access or above. Read-only members can view defects but not update them. Ask your project manager to update your access level.

The "Convert to Story" option is not available

Convert to Story requires project manager or contributor access. If the option is missing, check your role with the project manager.

I converted the defect to a story by mistake

The conversion cannot be automatically undone. The created story can be deleted from the Story List, and the defect status can be manually updated back to its previous state.

The "Delete Defect" option is missing

Deleting a defect requires contributor access or above. If the option is not visible, check your access level.

The Test Cases field is empty — no options to select

Test cases must be created in the project before they can be linked to a defect. Go to the Test Cases section to create them first.

My status change is not saving

Some status transitions may require fields like Developer or QA to be filled first. Check if there is a validation message and fill in the required fields before changing the status.