Skip to main content
3-Newcomer
June 2, 2026
Question

Issues with automatic tracing of test cases

  • June 2, 2026
  • 2 replies
  • 22 views

I am using Codebeamer Release 2.2.1.3 . On Tracker, there is an issue: test cases are auto-traced to system requirements, but we don’t want automatic tracing when the verification method is design review.Automatic tracing of test cases to system requirements shall be omitted, provided that the verification method is specified on the system requirement and the method is design review. The compute code is as below:

2 replies

3-Newcomer
June 2, 2026

distinct(downstreamReferences(this).trackerTypes("testcase").{item|item.customField[5]} != "" ? downstreamReferences(this).trackerTypes("testcase").{item|item.customField[5]}: null)////////compute code///I think you should add precondition that the verification of the requirement is design review can not be auto traced by test case

BKampling_SAI
12-Amethyst
June 3, 2026

The tracing will always be present between two linked items, regardless of status. You can configure a traceability report to exclude items of a specific status if this is a reporting issue. Could you provide more context around what you are trying to accomplish?