Link rendering issues typically manifest in one of these patterns:
Symptom
Likely Cause
Quick Check
Links display as plain text
Missing _link property rendering
Verify column type configuration
Links break after cell edit
Save operation refresh issue
Check refreshOnSave setting
Asterisk prefix appears
Newly created linked items
Expected behavior until save
HTML tags visible in cells
Server render configuration error
Review serverRender snippet
Support tickets show that link rendering can break intermittently during save operations (approximately once per 15 saves). This often correlates with the refreshOnSave configuration property triggering page reloads that interrupt link rendering state.
The refreshOnSave configuration property can cause link rendering to break when the page reloads after save operations. Add this to your risksheet.json:
Copy
Ask AI
{ "gridProperties": { "refreshOnSave": false }}
With refreshOnSave disabled, Nextedy RISKSHEET updates the grid in-place without reloading the page, preserving link rendering state.
Version 25.5 introduced a fix for preserving cell selection and scroll position after save. If you’re using an earlier version, update to 25.5 or later to resolve view position loss issues that can affect link interaction.
Multi-item link columns display multiple linked work items as a formatted list:Each link shows as a separate <div> element with title tooltip. Items pending creation (ID starting with *) display with asterisk prefix and special CSS class unsaved-item.
Asterisk prefixes on linked items indicate the target item hasn’t been saved to Polarion yet. This is expected behavior and will resolve automatically after you save the parent work item and the linked item is created.
Custom cell renderers are not applied during comparison mode (when viewing baseline diffs). The system uses default rendering logic to ensure accurate change highlighting.
Save Configuration: Save your risksheet.json configuration changes
Refresh Page: Reload the Nextedy RISKSHEET page completely (Ctrl+F5)
Check Link Display: Item link columns should display as blue underlined hyperlinks
Test Click Behavior: Clicking links should navigate to the target work item
Verify Tooltips: Hovering over multi-item links should show full ID and title tooltips
You should now see properly formatted, clickable links in your item link columns. If links still fail to render after following these steps, check browser console for JavaScript errors and verify that your Polarion user has read permissions for the linked work items.