Why isn't the Traceability module in Ketryx showing a direct trace to items one-step removed?

Laura
Laura
  • Updated
The default configuration for Ketryx's traceability matrix can be found in the project advanced settings (click the question icon next to 'traceability configuration').
 
In this default, columns of the trace matrix draw traceability based on defined "relations". For example, in the default v3 configuration, the designOutput column is configured to draw traceability based on relations to items in the designInput column.
 
Screenshot 2025-02-19 at 12.25.01 PM.png
 
To establish traceability to a different column, e.g. UseCase, you'll need to add another bit of "relations" JSON to the "designOutput" column. We recommend adding this below the existing relation as they're executed in priority order - this way Ketryx will first read relations to designInput and then useCase.
 
To make this configuration adjustment like this, we would copy the full v3 traceability configuration and add bit of additional JSON, below the existing "relations" for the column we want to expand traceability for - in this case designOutput.



,{
"kind": "direct",
"relationType": "FULFILLS" ,
"referencedColumnId": "useCase"
}
 

Related to

Was this article helpful?

0 out of 0 found this helpful

Have more questions? Submit a request

Comments

0 comments

Article is closed for comments.