Auto-detected when binding refers to a linked work item field
itemLink displays only one linked item per cell. If multiple items are linked, additional links are silently dropped. Use Multi-Item Link Columns when you need to display multiple linked items in a single cell.
Item link columns use a dot notation binding pattern:
Pattern
Description
linkName.property
Binds to a property of the linked item (e.g., sysReq.title)
linkName_link
Suffix _link provides the HTML hyperlink URL for the linked item
Item link bindings must contain a dot character. The system logs a warning for invalid configurations: "Invalid column config, itemLink bindings without dot.".
When editing an item link cell, an autocomplete editor searches for linkable items via OData queries. The search requires a minimum of 3 characters before returning results.
Behavior
Description
Search
Substring match on item ID and type, minimum 3 characters
queryFactory
Optional custom query constraints via window.risksheet.queryFactories
Dependent columns
Selecting an item automatically populates nested columns from the selected item’s properties
Duplicate prevention
Error displayed if item is already linked: "This item is already linked to selected row."
Item link columns can load items from multiple projects. When creating new items in a multi-project column, the system saves to the first mentioned project by default.
Property
Description
createInCurrentDocument
Set to true in typeProperties to save new items in the current project
project and document
Specify target project and document for new item storage
The checkLinkRoleCompliance property (version 24.2.2+) enables multiple link roles from Risk for item link columns.
The checkLinkRoleCompliance property must be explicitly enabled in Polarion Administration Configuration Properties via nextedy.risksheet.checkLinkRoleCompliance=true. This is a backward incompatible change.
Item link columns participate in hierarchical cell merging. When undoing edits to merged item link cells, the undo operation applies to all rows in the merged range.