Risk Management can be automated with Jira automation. One use case can be to do an automatic risk assessment when the user a assignes assigns a Risk label to an issue. Another more advanced use case is to calculate probability probabilities based on two dedicated custom fields such as P1*P2 = ProbabilityP. This is not a comprensive guide to Jira automation instead focus is on risk assessment.
Info |
---|
First create Jira automation requires editable risk custom fields and assign assigned to the Jira project issue screens (more info) |
Example - Risk assessment when user adds Risk label to issue
Two steps are needed for the issue risk assessment.
This use case requires a few basic issue automation steps and then two dedicated risk steps. Please see below for the risk automation steps.
Info |
---|
...
Step 1 show the risk widget in the Jira issue screen (optional)
...
Add below property value to the property key: com.boja.riskregister.addon_boja-risk-issue-content
Code Block |
---|
{
"added": "com.boja.riskregister.addon_boja-risk-issue-content"
} |
...
Step 2 risk assessment in the issue by assigning values to the editable risk custom fields assigned to project
As higlighted highlighted above the prerequsite prerequisite for this step is to create risk custom fields, assign them to the risk registers risk model and then assign the risk custom fields to the project issue screens (more info).
Create a an “Edit issue“ action and select the risk custom fields e.g Inherent probability and Inherent impact with their values. If you cannot find them once again consult ()the risk custom fields are not selectable, they are either not created or not assigned to project issue screens.
...