Supported Object Types
Checklist supports four Polarion object types. Each object type has specific integration points and capabilities.Feature Matrix by Object Type
Custom Field Requirements
All checklist data is stored in Polarion custom fields. The following requirements apply across all object types and versions.Workflow Function and Condition Compatibility
All seven workflow functions and conditions support work items, documents, and test runs. Thechecklist parameter accepts comma-separated field IDs for multi-checklist validation.
Workflow Conditions
Workflow Functions
When you specify multiple checklists in a workflow condition (comma-separated), all checklists must satisfy the condition for it to pass. This is AND logic, not OR logic. For example, if you specify
checklist=dod,dor, both the dod and dor checklists must have all items checked for the “all items checked” condition to return true.API Access Methods
The Checklist service API is accessible from multiple integration contexts within Polarion.JavaScript (Nashorn) access to the Checklist service is supported. The standard platform registry pattern provides access to the service in scripted workflow conditions and save hooks.
Configuration Property Hierarchy
Configuration properties follow a 4-level precedence hierarchy that is consistent across all supported Polarion versions.
Properties at a more specific level override those at a more general level. For example, a type+field-specific property overrides the global default for that combination.
For the complete property reference, see Configuration Properties.
Template Configuration Properties
Template sources are configured through the hierarchical property system. The following properties control template resolution.Rendering Modes
Checklist rendering adapts to the output context automatically.
The rendering mode is detected automatically based on the Polarion rendering context. You can force the checklist to be hidden in PDF output using the
hideInPdf() builder method or the corresponding configuration property.
Licensing
Checklist validates the license on each render. The license status affects the UI display.License warnings are displayed in the checklist widget UI. The specific messages and their visibility depend on the license status returned by the Nextedy license service.
Related Pages
- Installation for setup instructions and post-installation steps
- Configuration Properties for the complete property reference
- Workflow Functions and Conditions for workflow integration details
- IChecklistService API for programmatic access