Install the plugin
- Download the latest distribution from the Checklist download page.
- Stop the Polarion service.
- Unzip the downloaded
checklist.zip. - Copy the
com.nextedy.polarion.checklistfolder into[POLARION_INSTALL]/polarion/extension. - If you already have a production license, copy the
checklist_lic.jsonfile into[POLARION_INSTALL]/polarion/license, or add it later manually through the Polarion UI once the plugin is already installed. - Delete
[POLARION_INSTALL]/data/workspace/.config. - Start the Polarion service.
Check the license status
Nextedy CHECKLIST ships with an admin/license page reachable from Polarion administration under Administration > Nextedy CHECKLIST. This page shows:- The plugin version, resolved from the installed bundle
- Current license status
- Links to documentation (support), pricing (get a quote), the latest-version check, the download page, the changelog, and the setup guide
Verify in applicationThe exact banner colors and thresholds (invalid vs. info-status) are determined by the license state reported by the admin page; confirm current wording and color coding directly on your instance.
Set up your first checklist
Installation only makes the plugin available — you still need to create a custom field and wire it into a form, LiveDoc, test run, or plan before a checklist appears anywhere:- Work items: see Set Up a Work Item Checklist
- Documents (LiveDocs): see Set Up a Document (LiveDoc) Checklist
Security considerations
For security guidance that applies to all Nextedy Polarion add-ons — including the platform vs. add-on responsibility model, administrator permissions, input handling, and recommended configuration — see the common security guidance article on the Nextedy support portal. Refer to the Checklist-specific section within that document for product-specific details.Verification
You should now see Administration > Nextedy CHECKLIST in your Polarion administration menu, showing the installed version and a license status that is not an error banner. If the license is not OK, resolve that before proceeding to checklist setup — the same banner will otherwise appear on every checklist you configure.See also
- Set Up a Work Item Checklist
- Set Up a Document (LiveDoc) Checklist
- Create a Checklist Template
- Control Who Can Change the Checklist
Sources
Sources
KB Articles
- How to control who can change the list and when ?
- Nextedy CHECKLIST - Installation Guide (new)
proc-checklist-src/com.nextedy.polarion.checklist/src/com/nextedy/polarion/checklist/ChecklistAdminServlet.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/ChecklistItem.javaproc-checklist-src/com.nextedy.polarion.checklist/src/com/nextedy/polarion/checklist/ChecklistView.javaproc-checklist-src/com.nextedy.polarion.checklist/src/com/nextedy/polarion/checklist/DocumentChecklistView.java