General Questions
Common questions about Checklist features, supported object types, result states, and configuration basics.
General Questions
Common questions about Checklist features, supported object types, result states, and configuration basics.
What Polarion object types does Checklist support?
What Polarion object types does Checklist support?
Text (multi-line plain text). Work items and documents have the broadest feature support including workflow gates, templates, baselines, and summary fields. Test runs and plans support checklist rendering, templates, and PDF export. See the Getting Started tutorials for setup instructions:What are the five result states for checklist items?
What are the five result states for checklist items?
What custom field type do I need for checklists?
What custom field type do I need for checklists?
How does the configuration property hierarchy work?
How does the configuration property hierarchy work?
- Global (
nextedy.checklist.*) — applies to all types and fields - Type-specific (
nextedy.checklist._TYPEID.*) — applies to a specific work item type - Field-specific (
nextedy.checklist._FIELDID.*) — applies to a specific checklist field - Type+Field-specific (
nextedy.checklist._TYPEID._FIELDID.*) — applies to a specific type and field combination
How do workflow gates enforce checklist completion?
How do workflow gates enforce checklist completion?
checklist parameter with comma-separated field IDs. When multiple checklists are specified, all must satisfy the condition (AND logic). See Workflow Functions and Conditions for configuration details.Can I count rejected (NOK) items or create workflow conditions for them?
Can I count rejected (NOK) items or create workflow conditions for them?
How do I access the Checklist service API?
How do I access the Checklist service API?
Do I need to clear the workspace cache after installation?
Do I need to clear the workspace cache after installation?
[POLARION_INSTALL]/data/workspace/.config and restart Polarion. This step is critical and frequently missed. Skipping it can cause the plugin to fail silently or not appear in the UI. See Installation for the complete procedure.Can I use multiple checklists on a single work item?
Can I use multiple checklists on a single work item?
dod (Definition of Done) checklist and a dor (Definition of Ready) checklist on the same work item type. Workflow conditions support comma-separated field IDs to validate multiple checklists in a single transition.How does template merging work?
How does template merging work?
nextedy.checklist._TYPEID._FIELDID._STATUS.mergeTemplate— enable or disable merging for a specific statusnextedy.checklist._TYPEID._FIELDID.mergeTemplateResolved— control merging after a work item has a resolution set
workItemTemplateId), a dynamic field reference (workItemTemplateHolder), or document-level equivalents for LiveDoc checklists. See Configuration Properties for the full property reference.