Import checklist text into a template work item
- Open the work item that acts as your checklist template.
- Run the Text Edit action on the checklist custom field.

- In the text editor that opens, paste the checklist definition. Each line you paste is parsed as one checklist item.

- Save the work item.
Verify in applicationThe gathered context confirms that each pasted line becomes a new checklist item, but does not document the full line syntax (result/text separators, mandatory markers, notes, or descriptions) for this specific import flow. Check Create a Checklist Template and your in-app help for the exact per-line formatting before pasting a large checklist. The gathered context confirms that each pasted line becomes a new checklist item, but does not document the full line syntax (result/text separators, mandatory markers, notes, or descriptions) for this specific import flow. Check Create a Checklist Template and your in-app help for the exact per-line formatting before pasting a large checklist.
Reuse the imported content as a shared template
Once your template work item holds the imported checklist, point other work items or documents at it using a configuration property, so the same imported content is reused everywhere instead of copy-pasted again:Import into a cross-project template
If the template work item receiving the imported text lives in another project, reference it using thePROJECTID:WORKITEMID syntax after importing:
Verification
You should now see the pasted lines rendered as individual checklist items on the template work item, in the same order they were pasted. Any work item or document configured with aworkItemTemplateId / documentTemplateId pointing at this template picks up the imported items the next time the template is applied.
See also
- Create a Checklist Template
- Multiple Templates per Type and Reset on Type Change
- Shared and Cross-Project Templates
- Configure Gate Enforcement (DoD / DoR) and Freeze on Status
Sources
Sources
KB Articles
- How to create checklist template?
- How to import a checklist?
- How to reset Checklist to the Template on WI type change
proc-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/internal/ChecklistSetupService.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