Suspect links
When a linked item changes, the connection is flagged suspect for review — so coverage never silently goes stale.
A link asserts that two items are consistent with each other. But items change — and when one end of a link changes, that assertion may no longer hold. A suspect link is how TraceUnified flags exactly that situation, so a change on one side can’t quietly invalidate the work on the other.
Why suspect links matter
Consider a requirement verified by a test. If the requirement is edited, the test that passed against the old wording may no longer prove the new one — but nothing about the test itself changed, so without a signal, it would still look “covered.” Suspect links close that gap: when the requirement changes, its links are marked suspect, telling you the verification needs another look.
A flag with a reason
A suspect link isn’t just a warning light — it carries the reason it became suspect: what changed, and when. That context is what lets you judge quickly whether the change actually affects the link or was cosmetic, instead of re-doing work blindly. The flag is explicit and visible on the items and in the Suspect Links view, which lists everything currently outstanding.
Reviewing and resolving
Clearing a suspect link is a deliberate act, not a dismissal. You review the change, decide whether the linked item still holds — re-running a test, updating a control, revising a downstream requirement as needed — and then resolve the suspect flag. The resolution is recorded, so there’s evidence that someone looked at the change and confirmed the connection is sound again rather than just silencing the alert.
The safety net under coverage
Suspect links are what make live coverage trustworthy. They’re the reason a requirement can be “covered” yet still flagged as needing re-verification — the platform distinguishes linked from currently validated. Combined with impact analysis, they turn change from a source of hidden risk into something you manage deliberately.