Risk Traceability Matrix
Risk Traceability Matrix plugin renders a trace-ability report between two or more trackers based on their associations in a Matrix form.
You can specify a comma separated list of tracker IDs in the trackers parameter. The generated matrix will contain the corresponding trackers in the very 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, see below), but you may also manually exclude particular tracker items from any of the trackers. To do that, just add the tracker ID(s) or key(s) in parentheses after their containing tracker, separated by dashes, like this:
[{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 if you specify that)
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. Of course 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?