Reference a template in another project
Checklist templates normally live in the same project as the object that uses them. To point at a template stored in a different project, prefix the template ID with the source project ID and a colon:Work item templates
- Open Administration > Nextedy CHECKLIST in the project where the checklist is used (the consuming project).
- Add a configuration property in the form:
For example, to reuse a
chkApprovedchecklist template stored asWI-124in projectmyOtherProjectfor therequirementtype: - Save the property.
Document (LiveDoc) templates
Use the equivalentdocumentTemplateId property, with the shared-project path pointing at a space/document location in the other project:
documentTemplateId property is read and followed across the project boundary to the named space and document in the source project, which then acts as the checklist template source.
Verify project-level scope
Configuration properties are set per project. If you copy a document template (or an entire document type configuration) into a new project, thedocumentTemplateId / workItemTemplateId properties do not travel with it automatically — you must re-add the relevant nextedy.checklist.* properties in each target project.
Combine with per-type or per-field targeting
The same property hierarchy used for local templates applies to shared templates — you can scope the pointer by type, field, or both, exactly as you would for a template inside the same project:Verification
You should now see:- The checklist on the consuming work item or document populated with items from the cross-project template’s source work item or document.
- Changes made later to the source template (in the other project) reflected the next time the checklist template is (re)applied.
documentTemplateId, treat it as the known limitation above rather than a misconfiguration — double-check the work item case works with the same project pair before spending time debugging the document case.
See also
- Create a Checklist Template
- Multiple Templates per Type and Reset on Type Change
- Import Checklist Content
- Set Up a Document (LiveDoc) Checklist
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/ChecklistProduct.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/internal/ChecklistService.javaproc-checklist-src/com.nextedy.polarion.checklist/src/com/nextedy/polarion/checklist/ChecklistItem.java