Property key pattern
All configuration properties are set in Administration > Configuration Properties and follow this dot-notation pattern:Both segments are optional, independently
_TYPEID_ and _FIELDID_ can each be present or omitted, which is what produces the 4-level precedence below. They are not positionally fixed beyond “type before field” in the key.4-level precedence (type + field specificity)
Documented for theallMandatory property, which configures whether all checklist items are treated as mandatory:
Verify in applicationThe system searches for
allMandatory in the order shown above — type+field, then field-only, then type-only, then global. The fully expanded 8-step order in the next section is documented for adminPermission only; whether other properties follow that same status-aware expansion is not documented. Treat the 4-level example above as the base pattern, and verify anything beyond it in your Polarion instance before relying on it.type=userstory, field=dod, property=allMandatory, the lookup walks from level 4 down to level 1 in the table above, stopping at the first property key that is actually set, and falling back to the global default only if none of the more specific keys are configured.
Status-aware precedence (adminPermission)
TheadminPermission property additionally supports a _STATUS segment, extending the pattern to:
Accepted values:
For a
userstory type, dod/dor checklists, and an accepted status, the system evaluates adminPermission in this exact order:
Worked configuration
Version-gated UI behaviorStarting with version 25.7.0, regular users without admin permissions on a given
adminPermission condition also lose access to the Clear action — it’s no longer available under the checklist’s Gear menu icon. Earlier versions may not hide this control the same way.Related non-hierarchical properties
The following properties are read via the same_TYPEID_._FIELDID_ scoping mechanism, but are listed individually here rather than through a precedence worked example:
About the defaults in the table above
mergeTemplate defaults to true and mergeTemplateResolved to false. workItemTemplateId has no static default value — it resolves dynamically through the fallback described above, which is why its Default column reads “See application”.Global (non-hierarchical) properties
These properties are configured without_TYPEID_/_FIELDID_ scoping — they apply plugin-wide:
Type-scoped property — checklistsIdsForTypeChanges
Per-field PDF visibility property
See Icon, Feature-Toggle, and Baseline Properties for related display properties, and Permission, Freeze, and Read-Only Properties for the full
adminPermission and freeze/merge-template behavior.
Document-level applicability
Verify in applicationWhether freeze and role-based
adminPermission settings apply to document-level checklists in the same way as to work item checklists is not documented, and no document-specific syntax beyond the general _TYPEID_._FIELDID_ pattern is confirmed. Verify document-level behavior in your Polarion instance before relying on it being equivalent to the work item examples above.