Prerequisites
Before adding columns, ensure you have:- Located your
risksheet.jsonconfiguration file (see Find Configuration Files) - Identified the Polarion field ID you want to display
- Determined which level (1, 2, or 3) the column should appear at
Steps
1. Open the Configuration File
Navigate to your RISKSHEET configuration file location:- Per-document:
.polarion/risksheet/<space>/<document>/risksheet.json - Per-template:
.polarion/risksheet/template/<templateId>/risksheet.json
2. Add the Column Definition
Add a new column object to thecolumns array with the minimal required properties:
bindings: The Polarion custom field ID (e.g.,"causes","severity","description")level: Controls merging and visibility hierarchy (1 = upstream, 2 = risk item, 3 = downstream)header: Column title displayed in the interfaceheaderGroup: Optional grouping label shown above related columns
3. Configure Optional Properties
Enhance your column with additional properties:| Property | Purpose | Example |
|---|---|---|
type | Specify field type for proper rendering | "enum:priority", "date", "text" |
width | Fixed column width in pixels | 150 |
minWidth | Minimum column width when resizing | 80 |
readOnly | Prevent editing | true or false |
filterable | Enable column filtering | true |
id | Unique identifier for referencing in formulas | "severity_col" |
4. Save and Upload
- Save your
risksheet.jsonfile - Upload to Polarion (if editing locally)
- Refresh your RISKSHEET view
Column Organization
Common Pitfalls
Verification
After configuration:- Open your RISKSHEET document
- Verify the new column appears in the correct position
- Check that the column displays data from the specified field
- Test editing (if not read-only) to ensure values save correctly
See Also
- Column Type Reference - Complete list of supported column types
- Add Assignee Column - Configure user reference columns
- Configure Upstream Traceability Columns - Display linked item properties
- Field Mapping - Understanding field bindings
- Configuration Properties Index - All available column properties
Sources
Sources
KB Articles
- Add Risksheet column
- Configure Multiple Risk Item types
- Collect multiple link columns into one column
- Enable editing of read-only up-stream columns
ConfigureColumnsCommand.tsTextEditor.tsColumnsHelper.tsAppConfig.tsrisksheet.json