The visible flag controls whether an option appears in the dropdown. Set it to false to hide deprecated options without removing them from the configuration.
The column type must use the multiEnum: prefix (e.g., "type": "multiEnum:allocation"). Using just "type": "enum:allocation" renders a single-select dropdown even if the underlying Polarion field supports multiple values.
Multi-enum columns support dependent relationships. When a controlling field changes, the multi-enum dropdown automatically filters its available options.Add a relations entry to link a parent enum column to the multi-enum child:
The multi-enum dropdown filters to show only valid options based on the mapping
Any currently selected values that are no longer valid are automatically removed
If the parent is cleared, all options become available
All cascading relationship updates are tracked in the undo stack. You can revert the entire chain of dependent updates with a single undo action (Ctrl+Z).
Selected values render as a list of chips/tags in the cell. Each value displays its user-friendly name from the enum configuration. Internally, Risksheet stores enum IDs and resolves them to display names during rendering.
You should now see a multi-select dropdown when clicking a cell in your configured column. Selecting multiple values should display them as chips, with a “+N more” indicator when more than 2 values are selected.