Step 1: Choose the Right Column Type
Risksheet supports two link column types:| Column Type | Behavior |
|---|---|
itemLink | Displays a single linked work item per cell. Additional links are silently dropped. |
multiItemLink | Displays all linked work items as a formatted list within the cell. |
multiItemLink when a risk item may have multiple upstream or downstream relationships of the same type.
Step 2: Configure the Multi-Item Link Column
Set the columntype to multiItemLink in your risksheet.json:
Step 4: Control Item Creation
By default,multiItemLink columns allow users to create new items directly from the cell editor (canCreate defaults to true). To restrict the column to linking existing items only:
Step 5: Save New Items to a Specific Document
When creating new items through amultiItemLink column, you can specify the target project and document where the items are stored:
Editing Multi-Item Links
When you click on amultiItemLink cell, an autocomplete editor opens. You can:
- Type at least 3 characters to search for items by ID or title
- Select items from the dropdown to add them
- Remove items by clicking the remove button next to each entry
- Create new items (if
canCreateistrue) by typing a new title and selecting the creation option
If you see the message “This item is already linked to selected row,” it means the work item you are trying to link is already present in the cell. Each item can only appear once per cell.
Verification
Save the configuration and reload your Risksheet. You should now see the multi-item link column. Click on a cell to open the editor, search for items, and add multiple links. Each linked item should appear as a separate entry within the cell.See Also
- Configure Upstream Traceability Columns — single upstream links
- Configure Downstream Traceability Columns — downstream task links
- Consolidate Multiple Link Columns — merge columns into one
- Display Sub-Columns — show properties of linked items
- Customize Link Rendering — customize link display
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 in one column for downstream items
- Customize the way Item Links are rendered
CellPreviewFormatter.tsSheetConstants.tsRiskSheetContextMenu.tsMultiItemLinkEditor.tsCellEditorFormatter.ts