Add risksheet column

Modified on Fri, 30 Jul 2021 at 09:55 AM

   

You can configure the columns that are visible on the risksheet.


Config file

The columns are defined in the risksheet.json configuration file. You can specify them per document (each document can have different columns), or per template.


Please follow this article, to learn where is the configuration file located, see:  Configure risksheet columns


Add Risk Item Column

Let's suppose you downloaded the config file, and you want to add a column pointing to a custom field. The minimal configuration will be:

...
columns:[
...
{
      "headerGroup":"Potential risks",
      "header": "Causes(s)",
      "bindings": "causes",
      "level": 2
    }
...
],
...

Where the:


See the chapter Column Reference - in Risksheet Document Config File - risksheet.json for a reference of all the supported properties and their meaning.


Add/Configure Up-Stream Traceability Column

By default, the risksheet shows in the first column the upstream traceability item, i.e. an item pointing from a risk item to a function/component. The dedicated page describes how to: Configure Up-stream Traceability Column




Add/Configure Down-Stream Traceability Column

By default, the risksheet shows as level 3 items the are children of the risk item - by default mitigation tasks. The dedicated page describes how to: Configure down-stream traceability columns



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