Add a Multi-Enum Column
Define the column in yourrisksheet.json configuration file using the multiEnum:EnumID type syntax:
| Property | Value | Purpose |
|---|---|---|
type | multiEnum:EnumID | Enables multi-select behavior (replace EnumID with your Polarion enum identifier) |
bindings | Field name | Links to the Polarion work item custom field |
filterable | true | Allows filtering by selected enum values |
Configure Multi-Enum Work Item Link Columns
For columns that reference multiple work items using enum-based linking, use themultiEnum:@NoIDWorkItems syntax:
Handle Multiple Downstream Work Item Types
When a risk can be mitigated by multiple downstream types (e.g., both Tasks and Issues), configure thedataTypes section with a comma-separated list:
Type-Specific Custom Fields
You can add columns that display custom fields specific to certain work item types. If a field doesn’t exist for a specific type, RISKSHEET stores the value in a generic string field.Discover Enum Field IDs
To find the correctEnumID for your multi-enum column:
- Navigate to Polarion Administration > Work Items > Custom Fields
- Locate your custom field
- Click Edit to view the XML configuration
- Find the
<key>element — this is yourEnumID
multiEnum:affected_systems as the column type.
Verification
After configuration, reload your RISKSHEET. You should now see: ✅ Multi-select dropdown when clicking the column cell✅ Selected values displayed as comma-separated chips
✅ Ability to select/deselect multiple enum options
✅ Filter capability showing all selected values
See Also
- Configure Enum Columns — Single-select enum column configuration
- Configure Multiple Downstream Types — Multiple work item type configuration for risk mitigation
- Multi-Enum Columns Reference — Complete multi-enum column type specification
- Enum Columns Reference — Single-select enum column reference
- Configure Upstream Traceability Columns — Linking to upstream work items
- Configure Downstream Traceability Columns — Linking to downstream work items
- Field Mapping — Polarion field to column mapping reference
Sources
Sources
KB Articles
- Enable editing of read-only up-stream columns
- Multiple Downstream Work Item Types
- Collect multiple link columns into one column
AppConfig.tsGetSetUtil.javaRisksheetViewServlet.javaMultiEnumEditor.tsExportToExcel.ts