Option 1: Use a checklist-only template (recommended)
This is the standard, dedicated template mechanism, driven entirely by configuration properties.1. Open Configuration Properties
Go to Project Administration > Configuration Properties.2. Add a template property for your checklist
Pick the property form that matches your scope: Type-specific — a checklist ID on a specific work item type:requirement is the work item type and chkApproved is the checklist ID.
Type-agnostic — a checklist ID that applies to any work item type:
documentSpecification is the LiveDoc type and documentReadyChecklist is the checklist ID. The value is a document path (Space/DocumentName), not a work item ID.
3. Reference a template from another project (optional)
To reuse a template stored in a different project, prefix the template ID with the project ID:Option 2: Use a Polarion built-in work item template
You can also point a checklist at a Polarion built-in work item template, but this path has a known caveat — read the warning below before choosing it.1. Create the template work item
Create a new work item, e.g. with title “TEMPLATE”.2. Resolve it out of default views
Mark the template item resolved so it disappears from default views.3. Reference it from the work item type enum
Refer to this item from theworkitem-type-enum.

How the checklist syntax works
A checklist template’s content is parsed from the referenced work item’s, document’s, test run’s, or plan’s field. Each line follows a defined syntax:Common pitfalls
Verification
- Open a work item, document, test run, or plan whose type matches your configured
workItemTemplateId/documentTemplateIdproperty. - You should now see the checklist populated with the items defined in your template work item or template document, including any mandatory markers, descriptions, and notes carried from the template.
See also
- Multiple Templates per Type and Reset on Type Change
- Shared and Cross-Project Templates
- Set Up a Work Item Checklist
- Set Up a Document (LiveDoc) Checklist
- Configure Gate Enforcement (DoD / DoR) and Freeze on Status
Sources
Sources
KB Articles
- How to create checklist template?
- Multiple templates per one work item/document type
- How to reset Checklist to the Template on WI type change
proc-checklist-src/com.nextedy.polarion.checklist/src/com/nextedy/polarion/checklist/internal/ChecklistSetupService.javaproc-checklist-src/com.nextedy.polarion.checklist/src/com/nextedy/polarion/checklist/internal/ChecklistAdminService.javaproc-checklist-src/com.nextedy.polarion.checklist/src/com/nextedy/polarion/checklist/ChecklistProduct.javaproc-checklist-src/com.nextedy.polarion.checklist/src/com/nextedy/polarion/checklist/internal/ChecklistService.javaproc-checklist-src/com.nextedy.polarion.checklist/src/com/nextedy/polarion/checklist/wf/ChecklistResetToTemplate.java


