Skip to main content

Retest Queue

The Retest Queue (/retest) surfaces every test case that needs to be re-executed — typically because a linked bug was fixed and the test must be verified again.

How a test case enters the queue

A test case is added to the retest queue when its retestRequired flag is set to true. This happens in two ways:

  1. Manually — A tester clicks Flag for retest on a test run result.
  2. Automatically — A linked Linear bug moves to the "Done" status. QA Hub sets the flag automatically via its background poller.

Retest Queue — list of test cases flagged for retest, showing code, title, resolved bug ticket, flagged-at date, and an Unqueue button

Working the queue

The queue shows:

ColumnDescription
CodeTest case code (e.g., TC-047)
TitleTest case title
Bug ticketThe resolved bug that triggered the retest
Flagged atWhen the retest flag was set
StatusCurrent test case status

Clearing a test case from the queue

Once you have verified a fix:

  1. Run the test case in a new test run and mark it PASSED.
  2. The retestRequired flag is cleared automatically when a PASSED result is recorded.

Alternatively, manually unflag a test case from the queue list.

Integration with Bug Tracker

The Retest Queue and Bug Tracker work together:

Notifications

When a test case is automatically added to the retest queue, an in-app notification is sent to the QA Manager with a link to the affected test case.