...
Important: Please note that that the impact, probability and severity text is fully configurable in each risk register risk matrix.
Examples
Explanation | JQL | All Issues with a risk including Unspecified SeverityComments |
---|---|---|
issue.property[boja_prop_issue].risk_severity is not EMPTY | All Issues with HIGHEST a risk including Unspecified Severity | |
issue.property[boja_prop_issue].risk_severity = "HIGHEST" | All Issues with HIGEST HIGHEST Severity using value | |
issue.property[boja_prop_issue].risk_severity_value = 4 | All Issues not having a riskwith HIGEST Severity using value | |
issue.property[boja_prop_issue].risk_severity is EMPTY | All Issues with probability Rarenot having a risk | |
issue.property[boja_prop_issue].risk_probability = "Rare" | All Issues with probability Possible and impact MediumRare | |
issue.property[boja_prop_issue].risk_probability = "Possible" AND issue.property[boja_prop_issue].risk_impact = "Medium" | All Issues with probability Possible and impact Medium |
Risk custom fields
The solution also supports risk custom fields as described here. If those are assigned to a risk issue screen the fields are searchable according to below
JQL | Comments |
---|---|