Add Risksheet column

Modified on Mon, 11 Aug at 10:01 AM

Risksheet allows you to tailor which columns are displayed, enabling teams to focus on the most relevant information for their risk analysis workflow. Whether you’re customizing the view per document or template, the column configuration is defined in the risksheet.json file.




TABLE OF CONTENTS


Configuration 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 check this article to learn where the configuration file is located Adjusting Risksheet configuration


Add Risk Item Column

Suppose you downloaded the config file, and you want to add a column pointing to a custom field.


The minimal configuration will be as shown below.

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


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


Add up-stream traceability column

By default, Risksheet shows in the first column the up-stream traceability item, i.e., an item pointing from a risk item to a function/component. More information on how to configure up-stream traceability columns can be found here.




Add down-stream traceability column

By default, Risksheet displays level 3 items as the children of the Risk item—typically, these are mitigation tasks. More information on how to configure down-stream traceability columns can be found here.




For any assistance, please don’t hesitate to reach out by submitting a ticket here.

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 at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article