Before You Start
Risksheet and Powersheet share the same underlying architecture and data model concepts. The migration primarily involves moving configuration files to new locations and updating document references. Your existing Polarion work items, link roles, and custom fields remain unchanged.1
Install Powersheet
Ensure Powersheet is installed and licensed on your Siemens Polarion ALM server. See Installing Powersheet for details.After installation, verify that the Administration > Nextedy Powersheet menu section is available.
2
Migrate the Data Model
Risksheet data models define entity types with After (key-based):
workItems arrays and relationships. Powersheet uses the same YAML structure with an updated format.- Locate your existing Risksheet model YAML (typically in
.polarion/nextedy/models/or.polarion/models/) - If the model is in
.polarion/models/, move it to.polarion/nextedy/models/via SVN - Open Administration > Nextedy Powersheet > Models and verify the model loads
If your model uses the legacy array-based entity format, convert it to the key-based format:Before (array-based):
The exact conversion syntax depends on your Risksheet version. Some versions may already use the key-based format. Open the model in Administration > Nextedy Powersheet > Models to verify it parses correctly.
3
Create the Sheet Config Custom Field
If you do not already have the
nextedySheetConfig custom field:- Navigate to Administration > Documents & Pages > Document Custom Fields
- Create a new field:
- Id:
nextedySheetConfig - Name: Sheet Config
- Type: Enum: Nextedy - Sheet Config
- Id:
4
Migrate Sheet Configurations
- Open Administration > Nextedy Powersheet > Configurations
- Create new configuration entries for each Risksheet view you want to preserve
- Copy the YAML content from your Risksheet configurations
- Adapt the column binding paths to use the Powersheet data model entity names
5
Bind Documents to Configurations
For each document that previously used a Risksheet view:
- Open the document properties
- Set the Sheet Config field to the appropriate Powersheet configuration
- Save the document
6
Configure Powersheet Drive
Powersheet uses Powersheet Drive for sidebar navigation. Update the document query property if needed:This determines which documents appear in the Powersheet Drive sidebar topic.
7
Validate the Migration
- Open Administration > Nextedy Powersheet > Models — confirm the data model loads
- Open Administration > Nextedy Powersheet > Configurations — confirm sheet configurations are visible
- Open a migrated document — confirm the Powersheet table view displays correctly
- Create a test work item to verify save operations work
- Check that link roles and relationships resolve correctly in the sheet
See Also
- Creating Your First Data Model — data model setup tutorial
- Configure a Relationship — adjust relationships post-migration
- Assign Configuration to Document — document binding details
- Incremental Configuration Approach — extend configurations gradually after migration