Checklist Displays as Read-Only
Symptom: The checklist UI shows items but does not allow editing. The interface indicates the checklist is read-only. Possible causes and solutions:| Cause | Solution |
|---|---|
| Custom field marked as read-only by work item permissions | Check Administration > Work Items > Permissions and verify the field is not in a read-only state for the current role |
| Field listed in Administration > Read Only Fields | Remove the checklist custom field from the read-only fields list |
| Form extension not configured correctly | Verify the form extension is properly set up. The checklist requires both the custom field and the form extension to be configured. See Work Items Checklist |
| Checklist frozen by status | Check if nextedy.checklist._TYPEID._FIELDID._STATUS.mergeTemplate=false is set for the current status. See Freezing Checklists by Status |
| Document type changed after creation | Changing a document type post-creation may cause field type inconsistencies. Create documents from templates with the correct type from the start |
Checklist Not Appearing on Work Item
Symptom: The work item form does not show the checklist at all. Diagnosis steps:-
Verify the custom field exists and is of type
Text (multi-line plain text). -
Verify the form extension is added to the work item type’s form layout with the correct
checklistIdattribute. - Confirm the custom field ID in the form extension matches the actual field ID.
- Check that the Nextedy CHECKLIST license is valid and active.
Template Not Applied to Checklist
Symptom: The checklist appears empty or does not show the expected template items. Diagnosis steps:-
Verify the template configuration property is set correctly:
- Confirm the template work item exists and contains checklist data.
-
Check the property hierarchy — a more specific property may override the global default:
-
Verify that template merging is not disabled for the current status via
nextedy.checklist._TYPEID._FIELDID._STATUS.mergeTemplate=false. -
Check if
nextedy.checklist._TYPEID._FIELDID.mergeTemplateResolved=falseis preventing merging on resolved items.
Workflow Transition Blocked by Checklist
Symptom: A workflow transition fails with a message about unchecked checklist items. Resolution:- Open the work item and review the checklist. Look for items with an Empty or NOK result state.
-
If using
ChecklistAllCheckedcondition, every item must be checked (OK state). Both checked and conditional states count as checked. -
If using
ChecklistMandatoryCheckedcondition, only mandatory items (marked with ) must be checked. - If multiple checklist fields are specified in the condition (comma-separated), all checklists must pass validation (AND logic).
-
Verify the
checklistparameter in the workflow condition matches the actual custom field ID (not the display name).
Summary Field Not Updating
Symptom: The{checklistId}_summary field does not reflect the current checklist state.
Diagnosis:
-
Verify the summary field exists on the work item type (e.g.,
dod_summaryfor checklist IDdod). - Check that the checklist ID is included in the summary field configuration.
-
Ensure the save hook is not disabled via
nextedy.checklist.disable.hook. Disabling the save hook stops summary field synchronization. - Save the work item again — the summary field updates on every save operation.
Summary fields provide a text representation of the checklist state, enabling Lucene full-text search across checklist content in Polarion. If search is not returning expected results for checklist data, verify the summary field is properly configured and updating.
Save Hook Conflicts
Symptom: Errors in the Polarion log related to save operations, potentially affecting other extensions. If multiple Polarion extensions use save hooks simultaneously, EHCache conflicts may occur. To work around this:Checklist Not Loading in Bulk Edit Mode
Symptom: When selecting multiple work items of different types and opening the bulk editor, the checklist field is not displayed. This is intentional behavior introduced in version 24.9.0. Checklists do not load in mixed-type bulk edit mode to prevent template corruption when different work item types share the same checklist field ID. Workaround: Select work items of a single type before using the bulk editor, or edit checklists individually.Verification
You should now see:- The specific troubleshooting section matching your issue provides clear diagnostic steps
- Following the resolution steps resolves the problem
- If the issue persists, the configuration property references point you to the relevant administration pages
See Also
- Work Items Checklist — Initial setup guide for work item checklists
- Creating and Managing Templates — Template configuration reference
- Workflow Gates and Validation — Workflow function and condition setup
- Read-Only Mode — Understanding read-only behavior
- Freezing Checklists by Status — Status-based checklist freezing
- Reset on Work Item Type Change — Type change reset configuration
Sources
Sources
KB Articles
- How to create checklist template?
- Freeze the checklist on some statuses
- Checklist is marked as readonly.
ChecklistService.javaChecklistResetToTemplate.javaSaveHandler.javaChecklistSetupService.javaDocumentChecklistView.java