The links it follows
Two sources, and how to narrow them
Traceability is built from two sources, combined by default:- Requirement-based suites — the suite itself names the story it validates.
- Direct links carried by test cases — a Tested By link between a story and a test, wherever that test lives.
With the toggle on and no requirement-based suite in scope, there is nothing left to measure. The quality score then flags coverage unavailable and redistributes that weight across the other criteria, rather than scoring you zero on a dimension you deliberately excluded.
Where it shows up
- Traceability in reports — the Epic → User Story → Test Case → Bug tree.
- Coverage — which requirements are covered and which are gaps.
- On the work item — the Test coverage tab reads Tested By to show a story’s linked tests and the bug behind each failure.
A failing test with no linked bug is flagged as failing-with-no-defect — a gap worth closing, never hidden.
Related
The Test Plans model
Plans, suites, cases, points.
Statuses & results
Outcomes and the execution verdict.