Skip to main content

Licensing Model Overview

diagram
Risksheet licenses count all registered users on the Polarion server, regardless of whether those users hold a Polarion ALM license. A server with 203 registered accounts requires a Risksheet license for 203 server users, even if only 50 of those accounts have active Polarion licenses. This is the most common source of licensing confusion.

Key Licensing Concepts

ConceptDefinition
Server usersTotal count of all registered user accounts on the Polarion server. This is the number Risksheet uses to validate the license.
Polarion license holdersUsers who hold an active Polarion ALM license (Reviewer, Author, Enterprise, etc.). This count is irrelevant to Risksheet license validation.
Named/Active usersUsers explicitly added to the nextedy_risksheet_users group. These users can edit Risksheet data. The number of named users must not exceed the licensed named user count.
Read-only usersAll server users who are not in the nextedy_risksheet_users group. These users can view Risksheet data but cannot edit.
SMB discountA pricing tier that requires the Polarion server to have 50 or fewer total registered server users.

License Types

Named User License

A named user license grants editing access to a specific number of users. The license specifies:
  • Server user limit — maximum total registered users on the Polarion server
  • Named user limit — maximum number of users in the nextedy_risksheet_users group who can edit
Users not in the active user group receive read-only access. The license is validated against the total server user count, not the named user count alone.

Evaluation / Trial License

Evaluation licenses provide full Risksheet functionality for a limited time period. Key characteristics:
  • Full editing access for all users during the evaluation period
  • No named user group configuration required
  • Evaluation licenses do not enable POWERSHEET integration features
Specific evaluation license duration and renewal policies should be confirmed with Nextedy sales or the license management page in your Polarion instance.

Production License

Production licenses are permanent (non-expiring) licenses tied to a server user count. They enable all Risksheet features including POWERSHEET integration when a valid POWERSHEET production license is also present.

Active User Assignment

User Group Configuration

Active (editing) users are managed through a dedicated Polarion user group:
Group NameProductPurpose
nextedy_risksheet_usersRisksheetUsers who can edit Risksheet data
nextedy_powersheet_usersPOWERSHEETUsers who can edit POWERSHEET data (required when POWERSHEET is installed alongside Risksheet)
Users are added to the group by their email addresses. Any server user not in the appropriate group receives read-only access and sees the message:
“You have read-only access only. (Reviewer License)“

Access Control Matrix

User StatusIn User Group?License Valid?Access Level
Registered server userYesYesFull edit access
Registered server userNoYesRead-only access
Registered server userYesNo (expired/exceeded)Read-only access
Registered server userNoNoRead-only access
Not registeredN/AN/ANo access (Polarion login required)

POWERSHEET Integration Licensing

Risksheet automatically detects if POWERSHEET is installed and checks its license status. The interaction between the two products affects available features:
Risksheet LicensePOWERSHEET LicenseBehavior
Valid productionValid productionRisksheet operates with enhanced metadata configuration, unlocking additional features
Valid productionEvaluation/trialRisksheet operates in standard mode; POWERSHEET enhancements not enabled
Valid productionNot installedRisksheet operates in standard mode
Valid productionExpiredRisksheet operates in standard mode; POWERSHEET features automatically disabled
License changes are detected automatically. When a POWERSHEET license status changes (activated, expired, or upgraded from evaluation to production), Risksheet features adjust accordingly. The system maintains separate license managers for Risksheet and POWERSHEET, tracking server users and configured named users for both products independently.

User Group Alignment After Upgrades

When POWERSHEET is installed alongside Risksheet (particularly after upgrading to v25.11.0 or later), named users must be present in the nextedy_powersheet_users group for license alignment to work correctly. If only the nextedy_risksheet_users group exists, the license page may show 0 named users.

License Validation Parameters

The license validation system tracks the following metrics:
ParameterDescription
Server usersTotal registered users on the Polarion server
Configured named usersNumber of users in the nextedy_risksheet_users (or nextedy_powersheet_users) group
Configured concurrent usersSee application for concurrent user licensing details
License expirationDate when the license becomes invalid (evaluation licenses only)
Product versionRisksheet version string including build metadata
PropertyTypeDefaultDescription
readonlybooleanfalseWhen the license restricts a user to read-only access, this flag is effectively true for that user’s session
reviewerbooleanfalseEnables reviewer mode which restricts editing. Related to but distinct from license-based read-only access
canAdminbooleanfalseIndicates whether the current user has administrative privileges for configuration editing. Administrative access is checked via Polarion permissions, not the Risksheet license
The nextedy.risksheet.disable_admin_check=true system property bypasses the admin permission requirement. This is a server-level configuration, not a license setting.

License Page Information

The Risksheet license page (accessible through Polarion administration) displays:
  • Current license type and expiration date (if applicable)
  • Total server user count
  • Number of configured named users from the user group
  • License validity status
  • Risksheet version information (version and shortVersion)
  • POWERSHEET license status (if installed)

Common Licensing Scenarios

Scenario: More Server Users Than Licensed

A Risksheet license for 100 server users is installed on a Polarion server with 150 registered accounts. Result: the license validation fails, and all users receive read-only access regardless of user group membership. Resolution: Either clean up inactive server user accounts to bring the count below the licensed limit, or upgrade the license to cover the actual server user count.

Scenario: Named Users Cannot Edit

Seven users are in the nextedy_risksheet_users group but cannot save changes. The license shows the correct named user count. Possible causes:
  • The total server user count exceeds the licensed limit
  • The document is in a historical revision (forces read-only)
  • The readonly property is set to true in the document configuration
  • The reviewer property is set to true
  • A Polarion service restart is needed after group changes

Scenario: Post-Upgrade License Shows Zero Named Users

After upgrading Risksheet to v26.1.0 with POWERSHEET also installed, the license page shows 0 named users despite users being in the nextedy_risksheet_users group. Resolution: Create a nextedy_powersheet_users group and add all users from nextedy_risksheet_users to it. The license alignment requires both groups when both products are installed.

See Also

KB ArticlesSupport TicketsSource Code
  • RisksheetProjectProperties.java
  • risksheet.json
  • GetSetUtil.java
  • ShowConfigurationCommand.ts
  • PolarionAppConfigManager.java