Basic Configuration
To enable multiple linked items in a column, use themultiItemLink column type instead of itemLink:
Visual Hierarchy
When working with multiple linked items, the data flows from upstream items through risk items to downstream tasks:Editing Multiple Items
In edit mode, themultiItemLink column displays an autocomplete field where you can:
- Add items: Type to search for existing work items, then select from suggestions
- Create new items: If
canCreate: true, select “Add new [type]” to create linked items on-the-fly - Remove items: Delete individual links using the removal controls
Filtering Available Items
You can restrict which items appear in the autocomplete using standard query and scope parameters:Dynamic Filtering with Query Factory
For advanced scenarios, usequeryFactory to filter available items based on other column values:
Controlling Item Creation
Disable Creation
Prevent users from creating new linked items by settingcanCreate: false:
Specify Creation Location
Control where new items are created:- Same document as query source (default behavior)
- Current RISKSHEET document:
"createInCurrentDocument": true - Specific document:
"createInDocument": "Risks/hazardSituations"(version 24.8.1+)
Multi-Project Configuration
For cross-project linking, specify multiple projects using space-separated project IDs:Verification
After configuring amultiItemLink column:
- Open your RISKSHEET in edit mode
- Click a cell in the multi-item link column
- Type to search for work items — autocomplete suggestions should appear
- Select multiple items
- Save the RISKSHEET
See also
- Configure Upstream Traceability Columns — Link risk items to parent requirements or hazards
- Customize Link Rendering — Display additional information alongside linked items
- Display Sub-Columns — Show properties of linked items using serverRender
- Consolidate Multiple Link Columns — Merge multiple link columns into one unified view
- Multi-Item Link Columns — Complete reference for multiItemLink column type
Sources
Sources
KB Articles
- Configure upstream column to show multiple linked work items
- Configure upstream traceability columns
- Display Sub-columns for multiItemLink columns
- Show ID and Title of downstream items in one column
- Customize the way Item Links are rendered
CellPreviewFormatter.tsSheetConstants.tsRiskSheetContextMenu.tsMultiItemLinkEditor.tsCellEditorFormatter.ts