Risk Traceability Matrix
The Risk Traceability Matrix plugin renders a traceability report between two or more trackers based on their associations in the form of a Matrix.
You can specify a comma separated list of tracker IDs in the trackers parameter. The generated matrix will contain the corresponding trackers in the exact same order, one column representing one tracker.
[{RiskTraceabilityMatrix trackers='1035,1032,1034,1029'}]
The matrix rows will contain tracker items. By default all of the items will be displayed with respect to the generation rules, described in the section below. You can manually exclude specific tracker items from any of the trackers. To do this, add the tracker ID(s) or key(s) in parentheses after their containing tracker, separated by dashes as shown below:
[{RiskTraceabilityMatrix trackers='1035(1123),1032,1034(1341-1322-1345),1029'}]
The matrix will be generated based on the following rules:
The first column will contain all the items from the first tracker with one or more manually excluded items, if you have specified.
Other than the first, each column will contain only the tracker items that have associations pointing to at least one of the items in the previous column. The manually excluded items will not be shown.
If tracker is of Test Case type, the last run result of the test case will also be indicated in the item cells.
Each item in a cell will imply at least one cell on its right, but that cell might be empty.
Other optional parameters:
title adds a caption to the matrix.
cssClass adds one or more custom CSS classes to the wiki plugin container.
cssStyle adds one or more custom CSS styling rules to the wiki plugin container..
showAssociations tells whether to consider associations between items while constructing the matrix. Can be 'true' or 'false', default is 'true'.
showRelations tells whether to consider relations (via reference fields) between items while constructing the matrix. Can be 'true' or 'false', default is 'true'.
Was this helpful?