When workItemTemplateHolder is set, the system reads the template work item ID from the specified custom field on the work item, allowing per-instance template selection.
When template merging is disabled at a status, the checklist shows only data stored so far. Use the ChecklistApplyTemplate workflow function on the transition to the frozen status to ensure the checklist is synchronized with the latest template version. See Freezing Checklists by Status.
When true, all checklist items are treated as mandatory regardless of their individual mandatory flag
Example — 4-level hierarchy for allMandatory:
# Level 1: Only for "dod" checklist on user storiesnextedy.checklist.userstory.dod.allMandatory=true# Level 2: For "dod" checklist on any work item typenextedy.checklist.dod.allMandatory=true# Level 3: For any checklist on user storiesnextedy.checklist.userstory.allMandatory=true# Level 4: For any checklist on any typenextedy.checklist.allMandatory=true
Choose icons from the Font Awesome v5 free gallery. Use the class names shown on the icon detail page (e.g., fas fa-check-circle for a solid check circle). See Custom Icons for a step-by-step guide.
When a work item type is changed and the checklist field listed here contains data, the checklist is automatically reset to the template configured for the new type. See Reset on Work Item Type Change.
Configured per work item type. For each checklist field ID configured for summary, a corresponding {checklistId}_summary field is automatically updated on save
The summary field contains a text representation of the checklist state and enables Lucene full-text search on checklist content.
Disables the Checklist save hook entirely. Removes automatic type change reset and summary field synchronization. Use as a workaround for save hook conflicts with other extensions
If multiple Polarion extensions use save hooks simultaneously, EHCache conflicts may occur. Setting nextedy.checklist.disable.hook disables the Checklist save hook. This removes summary field updates and type change reset functionality but preserves all other Checklist features. See Troubleshooting.
Work item type used for storing baseline checklist data
Baseline field
baseline
Custom field name used to store baseline revision identifiers
Baseline property names are resolved through the document context. Consult your project configuration for the exact property keys used in your environment.