Default Link Display
By default, link columns display the linked item’s ID as a clickable hyperlink. The link URL is provided through a_link postfix property (e.g., a column with binding requirement uses requirement_link for the URL).
Step 1: Show ID and Title Together
To display both the work item ID and another property (such as title) in a single column, use thebindings configuration:
Step 2: Customize Multi-Item Link Display
FormultiItemLink columns, each linked item is rendered as a separate entry with a tooltip showing the full ID and title:
- The item label (typically the ID)
- A tooltip with the full ID and title
- An asterisk prefix (*) for newly created items that have not been saved
Step 3: Use Server-Side Link Rendering
For complex link display requirements (such as showing properties from indirectly linked items), useserverRender to generate HTML via Velocity scripts:
Step 4: Style Link Columns
Apply custom CSS classes to link columns using thecellCss property:
Link Rendering in Exports
Link columns are handled differently during export:| Export Format | Rendering |
|---|---|
| Excel | Plain text (HTML stripped), multi-item links separated by newlines |
| Plain text labels, multi-item links as formatted lists |
For PDF exports, the
mainSheetCellFormatter strips HTML from link columns and renders them as plain text. Multi-item links display the label property of each linked item.Verification
Save the configuration and reload your Risksheet. You should now see linked items displayed with your custom rendering. Hover over link cells to verify tooltips show the expected information. For multi-item link columns, confirm that all linked items are visible as separate entries in the cell.See Also
- Configure Upstream Traceability Columns — set up link columns
- Show Multiple Linked Items — multiItemLink configuration
- Render Custom Data — cell renderers and decorators
- Display Sub-Columns — show properties of linked items as sub-columns
- Create Clickable Links — add clickable URL links
Sources
Sources
KB Articles
- Customize the way Item Links are rendered
- Display Sub-columns for multiItemLink columns
- Collect multiple link columns into one column
- Render column with custom data
CellPreviewFormatter.tsExportToExcel.tsMultiItemLinkEditor.tsRiskSheetContextMenu.tsExportToPdf.ts