...
Info |
---|
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
...
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 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).
...