Skip to main content

Configuration Properties

Complete listing of all nextedy.checklist.* configuration properties with the 4-level hierarchical precedence system.

Workflow Functions and Conditions

All seven workflow functions and conditions for gate enforcement, including parameters and workflow XML examples.

IChecklistService API

Service API for parsing, storing, and managing checklists programmatically from Velocity templates and workflow scripts.

Compatibility and Versions

Supported Polarion versions, feature availability by release, and upgrade guidance.
Checklist configuration properties follow a 4-level precedence pattern. The system resolves properties from most specific to least specific:
  1. Type + Field specific: nextedy.checklist._TYPEID._FIELDID.property
  2. Field specific: nextedy.checklist._FIELDID.property
  3. Type specific: nextedy.checklist._TYPEID.property
  4. Global default: nextedy.checklist.property
See Configuration Properties for the full property listing and examples.

Quick Lookup

What you needWhere to find it
Set a template for a work item typeConfiguration Properties — Template properties
Block a workflow transition until items are checkedWorkflow Functions and Conditions — Conditions
Reset checklists during a transitionWorkflow Functions and Conditions — Functions
Access checklist data from VelocityIChecklistService API
Check version compatibilityCompatibility and Versions
KB ArticlesSupport TicketsSource Code
  • ChecklistFormExtension.java
  • ChecklistAllChecked.java
  • ChecklistView.java
  • ChecklistApplyTemplate.java
  • ChecklistService.java