Resolve common problems when editing cells in Nextedy RISKSHEET including cells that won’t open, edits that don’t save, or unexpected read-only behavior.
Check automatic read-only fields - These fields are always read-only:
id (work item ID)
type (work item type)
project (project ID)
outlineNumber (hierarchical position)
Formula columns (automatically read-only)
Server-rendered columns (automatically read-only)
System fields like ID, Type, and Project cannot be edited through RISKSHEET. Attempting to configure these as editable will have no effect—the system silently ignores edits to protected fields.
Enable permission checking - Ensure nextedy.risksheet.checkInstanceFieldPermissions=true is set in Project Administration > Permissions Management
Verify field-level permissions - In Polarion, check Administration > Project > Permissions > Work Items to ensure your role has edit rights for the specific field
Review workflow state restrictions - Some fields may be editable only in certain workflow states (e.g., editable in “draft” but locked in “approved”)
Primary document fields show visual read-only indicators (gray background), while child document field restrictions may allow you to type but prevent saving with an error message. Both behaviors enforce permissions correctly.
Identify value mismatches - If a formula generates “High-Frequent” but the stored value is “High-Frequ” (truncated), permission validation may block the save
Manually correct mismatches - Update field values in Polarion to match formula output, or adjust formulas to match existing data
Review field length limits - After Polarion migrations, field length limits may have changed. Verify that formula outputs don’t exceed field capacity
If you migrated from an older Polarion version, field length limits may have changed. Titles previously truncated to 80 characters might now support 255 characters, causing formula-generated values to mismatch stored data and blocking saves.
Enable text field suggestions - Verify this global setting:
Copy
Ask AI
{ "global": { "suggestTextFields": true }}
Check link column configuration - For item link columns, ensure autocomplete is not blocked:
Copy
Ask AI
{ "columns": [ { "id": "linkedRequirement", "type": "itemLink", "canCreate": true // Allows creating new items from autocomplete } ]}
Verify query factory filters - Custom query filters may restrict available suggestions too aggressively
Autocomplete suggestions include items you’ve created in the current session (marked with * prefix) even before saving. This allows linking to newly created items immediately.
When parent columns change, dependent columns auto-populate:
Understand nested column behavior - Changing an item link auto-fills all sub-columns (e.g., Requirement.Status auto-fills when you select a requirement)
Review dependent enum configuration - Enum options refresh based on parent column values
Check undo/redo for dependencies - Undoing changes to parent columns also restores dependent column values