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:
- "bindings" : "causes" - point to the ID of the custom field, in this case "causes"
- "level" : 2 - controls that the field shall be merged according to level 2 - see What Work Items are visible on the Risksheet
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
Feedback sent
We appreciate your effort and will try to fix the article