What you will achieve
By the end of this tutorial you will have:- The
com.nextedy.planningboardplugin deployed on your Polarion server - The plugin cache cleared and Polarion restarted so the extension is recognized
- The Nextedy PLANNINGBOARD administration section available, with the Setup and License pages accessible
Prerequisites
- A running Polarion server with a version still supported by Nextedy
- Administrator access to the Polarion server filesystem and web interface
- The Planningboard distribution archive (
nextedy_planningboard.zip) downloaded from nextedy.com/nextedy-planningboard - Optionally, a valid license file (
*-planningboard_lic.json) from Nextedy — Planningboard also runs in trial mode without one
You can install and evaluate Planningboard without a license file. Unlicensed users can view boards in read-only mode but cannot drag cards, use the sidebar, or create Plans. See License Installation for adding a license after the initial install.
1
Deploy the plugin files
Unpack the downloaded Replace
nextedy_planningboard.zip. Inside you will find a folder named com.nextedy.planningboard.Copy this entire folder into your Polarion extensions directory:[POLARION_INSTALL] with your actual Polarion installation path (for example /opt/polarion on Linux or C:\Polarion on Windows).2
Delete the configuration cache
This step is critical. Remove the cached Polarion configuration directory so Polarion detects the new plugin on the next startup:Delete the entire
.config directory (not just its contents). Polarion regenerates it on the next startup. The .config cache holds only plugin-discovery data — it contains no project configuration or work items.3
Restart the Polarion server
Restart Polarion so it rebuilds its plugin registry from the updated
extensions/ folder:- Linux:
systemctl restart polarionor the Polarion-provided startup script - Windows: restart the Polarion service through the Services management console
4
Verify the Setup page loads
After Polarion restarts, log in as an administrator and navigate to:Administration > Nextedy PLANNINGBOARD > SetupYou should see the Setup page render with content — the installed version with an up-to-date indicator, and the demo-template controls. This confirms the plugin loaded successfully and the configuration cache was rebuilt during startup.
5
Verify the license page
Navigate to Administration > Nextedy PLANNINGBOARD > License to check your license status. The page shows the license details (type, expiry, named- and server-user counts), with the signature field redacted for security.If you have not applied a production license, the page indicates evaluation/trial mode and Planningboard remains usable read-only. To apply a license, see License Installation.
Planningboard editing access is seat-based: it is granted to users assigned to the
nextedy_planningboard_users group. Configure named users from the same License page — see License Installation.Troubleshooting
If the Nextedy PLANNINGBOARD section — or its Setup/License content — does not appear after installation:- Stop Polarion
- Delete the cache directory:
[POLARION_INSTALL]/data/workspace/.config - Restart Polarion
com.nextedy.planningboard folder is present under polarion/extensions/ and was not renamed.
Post-installation checklist
Next steps
With the server plugin installed, choose your setup path:- Evaluate quickly — use the demo project: open Administration > Nextedy PLANNINGBOARD > Setup, then create a project from the Nextedy PLANNINGBOARD Demo template.
- Set up a new project — Setup into New Projects
- Set up an existing project — Setup into Existing Projects
- Add or manage a license — License Installation
- Build your first board — Create Your First Planningboard
Sources
Sources
KB Articles
- Install Planningboard
- How to setup Planningboard into existing projects (based on E-library template)
- Planningboard interface & basic interactions
Config.javaPlanningBoardWidgetRenderer.javaPlanningBoardSetupService.javaItem.javaviewLicense.vm