How to configure Multiple Risk Item types

Modified on Thu, 17 Aug 2023 at 05:45 PM

From version 23.7.7 multiple Risk(row) Item types are supported.
Here is a short instruction on how to enable it:


Previously it was possible to have only one Work Item Type specified as a row Risk item, but now you can have a special column holding Risk item type, that you can select when creating a new Risk item.



1. Specify Risk Work Item Types:


In the "dataTypes" section of the Risksheet configuration put comma-separated IDs of Work Item types that will correspond to the Risk level.


...
"dataTypes": {
    "risk": {
      "type": "risk,issue"
    },
...


2. Create a specific column that shows Type:


When creating a new Risk item you would be able to specify from the dropdown menu what WI type should it be created;

...
{
      "headerGroup": "Potential Failure",
      "headerGroupCss": "headPotentialRisks",
      "headerCss": "headPotentialRisks",
      "header": "Item Type",
      "bindings": "type",
      "minWidth": 150,
      "id": "itemType",
      "level": 2
    },
...


Note! When the item is already created it is no longer possible to change its type.



Also, check our article on how to create multiple downstream item types: click here



In case of issues, please send a message to: support@nextedy.com 

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article