What you will achieve
By the end of this tutorial, you will have Nextedy CHECKLIST installed on your Polarion instance, verified the plugin is active, and confirmed access to the administration interface. You will be ready to set up your first checklist on any supported object type.Prerequisites
- A running Polarion ALM instance with administrator access
- Access to the Polarion server file system for deploying plugins
- A valid Nextedy CHECKLIST license (or trial license)
Installation overview
Step 1: Obtain the plugin package
Download the Nextedy CHECKLIST plugin package from your Nextedy account or the link provided by your Nextedy representative. The package is a single.jar file.
You should have a file named similar to com.nextedy.polarion.checklist-<version>.jar.
Step 2: Deploy the plugin to Polarion
Copy the.jar file to the Polarion extensions directory on your server:
Step 3: Verify the installation
Open your browser and navigate to the Checklist administration page:- The product name and current version number
- Your license status (valid, trial, or unlicensed)
- A link to the support documentation at the Nextedy support portal
Step 4: Install the project template
Nextedy CHECKLIST includes a bundled project template that provides a preconfigured demo project. You can install this template from the administration interface to explore a working example. Navigate to the administration page and use the template installation option. The template installs to the Polarion repository at/.polarion/projects/templates/.
If a previous version of the template is already installed, the installer removes the existing template before uploading the new version. Back up any customizations before reinstalling.
Step 5: Confirm custom field support
Before creating your first checklist, verify that you can create custom fields in your target project:- Open your Polarion project
- Navigate to Administration > Custom Fields
- Confirm you have permission to create new fields of type Text (multi-line plain text)
| Object Type | Setup Tutorial | Custom Field Location |
|---|---|---|
| Work items | Work Items Checklist | Work Item custom fields |
| Documents | Document Checklist | Module custom fields |
| Test runs | Test Run Checklist | Test Run custom fields |
| Plans | Plan Checklist | Plan custom fields |
The exact navigation path for custom field creation may vary depending on your Polarion version and configuration. Consult your Polarion administration guide if the menu paths differ.
Next steps
With the plugin installed and verified, proceed to set up checklists for your target object types:- Work Items Checklist — the most common starting point for Definition of Done enforcement
- Document Checklist — add checklists to LiveDocs for document review tracking
- Test Run Checklist — attach checklists to test runs for execution verification
- Plan Checklist — add checklists to plans for milestone gate tracking
Sources
Sources
KB ArticlesSupport TicketsSource Code
ChecklistSetupService.javaChecklistService.javaChecklistAllChecked.javaChecklistSettings.javaChecklistAdminServlet.java