Prerequisites
- Administrator access to the Polarion server
- SVN access to the global repository (
.polariondirectory at repository root) - Familiarity with YAML syntax and Powersheet sheet configuration concepts
Understand the Configuration Hierarchy
Nextedy POWERSHEET resolves configuration at three levels. Global configuration provides defaults that project-level and document-level settings can override.Step 1 --- Locate the Global Configuration Directory
Global configuration is stored in the SVN repository root, not inside any individual project. Access it via the Polarion administration UI or directly through SVN. Via Polarion UI:- Navigate to Administration > Nextedy POWERSHEET
- Open the Global Settings section
- Review the domain models and sheet configurations listed
Step 2 --- Edit the Global Domain Model
The global domain model defines entity types and relationships available to all projects that do not declare their own model.-
Check out the repository root via SVN:
-
Open the global domain model YAML file and edit the entity types:
-
Save and commit:
Step 3 --- Edit the Global Sheet Configuration
Global sheet configurations define default column layouts available across all projects.-
Open the global sheet configuration file:
- Adjust columns, widths, and views as needed for your organization’s defaults.
- Commit via SVN.
The exact set of global sheet configuration properties may vary by Powersheet version. Test your changes in a non-production environment first.
Step 4 --- Override Global Settings at Project Level
When a project needs different behavior, create a project-level configuration that overrides the global one.-
Navigate to the project’s SVN directory:
-
Create or edit the model and sheet configuration files inside the project’s
.polarion/nextedy/directory. - Any entity types, relationships, or columns defined at the project level replace the corresponding global definitions for that project.
| Scope | Location | Applies to |
|---|---|---|
| Global | <svn-root>/.polarion/nextedy/ | All projects without their own config |
| Project | <project>/.polarion/nextedy/ | Single project only |
| Document | Widget parameters in LiveDoc | Single document only |
Step 5 --- Validate and Reload
After committing global configuration changes:- Trigger a reload --- In Polarion, navigate to Administration > Nextedy POWERSHEET and click Reload Configuration (or restart the Polarion service if no reload button is available).
-
Verify in a project --- Open a project that relies on global configuration. Open a sheet and confirm:
- Entity types from the global domain model appear in expansion paths
- Global columns display with the expected headers and widths
- Views defined globally are selectable in the sheet toolbar
- Check for conflicts --- If a project has its own configuration, verify that the project-level settings take precedence as expected.
Common Pitfalls
Verification
You should now see:- Global domain model entity types available in any project that does not define its own model
- Global sheet configuration columns and views appearing as defaults in sheets across your Polarion instance
- Project-level overrides correctly replacing global settings where defined
See Also
- Sheet Configuration Reference --- Full property reference for sheet YAML files
- Data Model Reference --- Entity types, relationships, and cardinality
- Configure Permissions --- Control who can modify configurations
- Install and Manage License --- License setup for Powersheet
- Create an Entity Type --- Step-by-step entity type creation
- Add a Column --- How to add columns to a sheet configuration