Risk Matrix Diagram Plugin
Risk Matrix Diagram Plugin shows the number of Requirement or User Story/Risk items according to the related Risk(s) likelihood and severity values. The plugin draws a matrix, the Y axis is the Likelihood values, the X axis is the Severity values, both are configured in a custom choice field in the Risk tracker (Likelihood intervals field, Severity intervals field). You can also configure the background colors of the matrix cells in the Risk tracker configuration page, below the Risk management tab. Note that this plugin works properly only if the used risk tracker has proper field configuration!
Parameters:
Parameter
Description
trackerId
Tracker ID (can be a Requirement/User Story or a Risk type tracker).
trackerKey
Tracker key (can be used instead of trackerId parameter), representing a Requirement/User Story or a Risk type tracker.
riskTrackerId
Optional parameter. You can filter the result by this Risk type tracker ID.
riskTrackerKey
Optional parameter. You can filter the result by this Risk type tracker key (can be used instead of riskTrackerID parameter).
reduction
Optional parameter. Specifies which likelihood and severity values of the related risk items will be used when counting the requirement items. If omitted, the default ‘before’ value will be used.
countBasedOn
Optional parameter. Shows the item counts based on Requirements/User Stories or Risks. If omitted, the default ‘requirement’ value will be used.
reverseAxis
Optional parameter. If true, the Likelihood and Severity axes will be reversed. If omitted, the default Reverse axes value set for the Risk tracker will be used.
showMitigationRequirements
Optional parameter. Set to true if you want to see the Mitigation Requirements in the Risk Matrix Diagram. Default is false, which means Causing Requirements are displayed in the matrix.
title
Optional parameter. If omitted, a default title (Release Activity Trends) will be used.
Samples:
[{RiskMatrixDiagram trackerId='12345'}]
shows the number of Requirement or User Story items according to theirs related Risk(s) before reduction likelihood and severity values. Tracker identified by trackerId can be a Requirement/User Story or a Risk type tracker.
[{RiskMatrixDiagram title='Risk Matrix Diagram' trackerId='12345'}]
same as above, additionally the plugin box will have title Risk Matrix Diagram.
[{RiskMatrixDiagram trackerId='12346' riskTrackerId='123456' reduction='after'}]
if the tracker identified by trackerId is a Requirement or User Story type tracker, the matrix will show the number of Requirement or User Story items according to theirs related Risk(s) after reduction likelihood and severity values. Only Risk items of the Risk tracker identified by riskTrackerId will be count. If tracker identified by trackerId is a Risk type tracker, riskTrackerId parameter will be ignored.
Was this helpful?