Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

Risk Management can be automated with Jira automation. One use case can be to do an automatic risk assessment when the user a assigns a Risk label to an issue. Another to calculate probabilities based on two dedicated custom fields such as P1*P2 = P.

Jira automation requires editable risk custom fields assigned to project issue screens (more info)

Example - Risk assessment when user adds Risk label to issue

This use case requires a few basic issue automation steps and then two dedicated risk steps. Please see below for the risk automation steps.

  • Step 1 show the risk widget in the Jira issue screen (optional)

  • Step 2 risk assessment in the issue by assigning values to the editable risk custom fields assigned to project

Screenshot 2024-09-30 at 15.06.22.png

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“

{
"added": "com.boja.riskregister.addon_boja-risk-issue-content"
}
Screenshot 2024-09-30 at 15.10.28.png

Step 2 risk assessment in the issue by assigning values to the editable risk custom fields assigned to project

As highlighted above the 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 an “Edit issue“ action and select the risk custom fields e.g Inherent probability and Inherent impact with their values. If the risk custom fields are not selectable, they are either not created or not assigned to project issue screens.

Screenshot 2024-09-30 at 15.10.45.png

  • No labels