Skip to main content
Reference for configuration properties that control checklist item icons, product feature toggles, general behavior flags, and baseline history lookup. All properties are set in Administration > Configuration Properties using the 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.
Font Awesome classesValues are raw CSS class strings passed straight through to the rendered icon element. Use valid Font Awesome class names available in your Polarion installation’s bundled icon set.

Feature-Toggle Properties

Conditional state depends on the toggleThe conditional_sign icon property has no visible effect unless nextedy.checklist.conditional_enabled=true is also set. Configure both together.

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.
These two properties are read together whenever the baseline/history feature builds a Lucene query to:
  • find the baseline item matching a specific revision for the current document, or
  • find all baseline items (any revision) associated with the current document.
Baseline lookup flow: a document requests baseline history, config is read for the item type and baseline field, then a Lucene query is built to find either the specific-revision baseline item or all baseline items for any revision
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.
KB Articles
  • Checklist configuration properties
Source Code
  • proc-checklist-src/com.nextedy.polarion.checklist/src/com/nextedy/polarion/checklist/ChecklistConf.java
  • proc-checklist-src/com.nextedy.polarion.checklist/src/com/nextedy/polarion/checklist/ChecklistAdminServlet.java
  • proc-checklist-src/com.nextedy.polarion.checklist/src/com/nextedy/polarion/checklist/ChecklistSettings.java
  • proc-checklist-src/com.nextedy.polarion.checklist/src/com/nextedy/polarion/checklist/internal/ChecklistSetupService.java
  • proc-checklist-src/com.nextedy.polarion.checklist/src/com/nextedy/polarion/checklist/ChecklistItem.java
Last modified on August 31, 2026