What you will achieve
You will create a custom field to hold plan checklist data, place a script block on the plan report to render the checklist, and configure a plan template so new plans start with the same predefined checklist items.Prerequisites
- Administrator access to Project Administration in Polarion
- Permission to create custom fields
- Permission to customize plan report pages
- An existing plan (or plan template) to attach the checklist to
1
Create a custom field
In Project Administration, create a new custom field of type Text (multi-line plain text). This field stores the checklist’s item text and result states for the plan.What you should see: the new custom field listed among your plan custom fields, with type Text (multi-line plain text).
You can set up multiple checklist custom fields if you need more than one checklist on a plan (for example, separate DoD and DoR checklists).
2
Show the checklist on the plan report
Next, make the checklist visible by adding it to the plan’s report page.Here,
- Open your plan, click the gear/actions menu, and choose Customize Plan Report.
- If possible, select Customize Shared Report so the same report layout is used across your plan and plan template — this avoids repeating the setup for every individual plan.
- Place a Script Block Widget wherever you want the checklist to appear on the page, and enter:
planDone refers to the ID of the checklist custom field you created in Step 1 — replace it with your own field ID if you named it differently.- Save the report.
3
Define a checklist template
Attaching the checklist to a plan template lets every new plan created from that template start with the same predefined items.
- Open your plan template by clicking the template link in the plan’s properties.
- If the checklist isn’t visible on this plan template yet, repeat Step 2 for the template.
- Set your checklist items on the template.
Next steps
- Explore the Getting Started section for the equivalent tutorial on test run checklists or work item checklists
- Visit the Guides section to define a reusable checklist template in more detail and configure permissions
- Check the Concepts section to understand checklist items, result states, and templates
- See the Reference section for configuration property details
Sources
Sources
KB Articles
- Setup New Plan Checklist
- Setup new Work Items checklist
- Setup New Test Run Checklist
proc-checklist-src/com.nextedy.polarion.checklist/src/com/nextedy/polarion/checklist/ChecklistServlet.javaproc-checklist-src/com.nextedy.polarion.checklist/src/com/nextedy/polarion/checklist/ChecklistConf.javaproc-checklist-src/com.nextedy.polarion.checklist/src/com/nextedy/polarion/checklist/IChecklistService.javaproc-checklist-src/com.nextedy.polarion.checklist/src/com/nextedy/polarion/checklist/wf/ChecklistMandatoryChecked.javaproc-checklist-src/com.nextedy.polarion.checklist/src/com/nextedy/polarion/checklist/internal/ChecklistService.java