nextedy.checklist.* namespace.
Icon (Result-State) Properties
Each result state’s icon is rendered using a Font Awesome CSS class. These properties override the default icon class per state.Feature-Toggle Properties
General Behavior Properties
Baseline Configuration Properties
Baseline properties control which work item type and custom field represent a baseline record — a frozen checklist snapshot — used to build the queries behind the baseline history feature.- find the baseline item matching a specific revision for the current document, or
- find all baseline items (any revision) associated with the current document.
Result state counting in baselines and summariesThe Checklist summary field currently counts “not ok” (rejected/red) items together with unchecked/empty items — there is no separate count for “not ok” versus “unchecked/empty” in the summary. See Summary Field Reference for the full counting model. There is also no predefined workflow function to verify that all checklist items are answered as either ok or not-ok; this requires a custom scripted condition built against the checklist API. Treat this as a known limitation when designing baseline-driven audit or compliance comparisons.
Related Configuration
- Template Configuration Properties — properties that resolve which checklist content is treated as the template.
- Permission, Freeze, and Read-Only Properties — properties controlling who can edit checklist structure and results.
- Property Hierarchy and Precedence Reference — the general 4-level precedence model shared across hierarchical properties like
allMandatory. - Summary Field Reference — how checked, rejected, and mandatory counts are aggregated for reporting.
Sources
Sources
KB Articles
- Checklist configuration properties
proc-checklist-src/com.nextedy.polarion.checklist/src/com/nextedy/polarion/checklist/ChecklistConf.javaproc-checklist-src/com.nextedy.polarion.checklist/src/com/nextedy/polarion/checklist/ChecklistAdminServlet.javaproc-checklist-src/com.nextedy.polarion.checklist/src/com/nextedy/polarion/checklist/ChecklistSettings.javaproc-checklist-src/com.nextedy.polarion.checklist/src/com/nextedy/polarion/checklist/internal/ChecklistSetupService.javaproc-checklist-src/com.nextedy.polarion.checklist/src/com/nextedy/polarion/checklist/ChecklistItem.java