Prerequisites
- Polarion administrator privileges
- Access to the Risksheet administration interface
1
Install Default Templates
Risksheet ships with predefined project templates that provide ready-to-use configurations. To install them:
- Navigate to Administration > Nextedy Risksheet.
- Select the Setup option.
- Click Install Templates.
2
Create a New Project from a Template
- In Polarion, go to Administration > Projects > Create Project.
- Select either the standard Risksheet or HARA template from the template list.
- Provide a project name and identifier.
- Complete the project creation wizard.
3
Configure Template Paths
Control where users can create new risk documents within a project by configuring template paths. In the project-level Risksheet properties, set:To allow multiple document locations, separate paths with commas:The default template path is
Risks/Risk Specification. These paths control which folders appear in the Risksheet home view when creating new documents.Configuration Inheritance
Risksheet uses a template-to-document inheritance model for configuration:- Document attachment — a sheet configuration attached directly to the LiveDoc
- Template inheritance — the sheet configuration from the document’s parent template
source and templateName properties in the loaded configuration indicate where the config was found. The fromTemplate flag is true when configuration was inherited rather than directly attached.
1
Customize the Tool Name
Organizations can rebrand the tool name displayed in the Risksheet UI:
Configure these through Risksheet project properties in Administration > Nextedy Risksheet > Project Properties.
2
Use Multiple Configurations per Project
Risksheet supports multiple distinct configurations within a single project. Each LiveDoc document can have its own sheet configuration attached, or inherit from different templates.To set up multiple configurations:
- Create separate LiveDoc templates for each risk analysis type (e.g., FMEA, HARA, TARA).
- Attach a unique sheet configuration to each template.
- When creating new documents, select the appropriate template.
3
Scope Work Items to Documents
To restrict linked items to a specific LiveDoc rather than the entire project, use the This ensures that when users search for linked items, only work items from the specified document are shown. This is a common need for FMEA setups with multiple documents in the same project.To create new items directly within the current document, use the
document property in your dataTypes configuration:createInCurrentDocument parameter in the data type definition. This controls whether new upstream items are stored in the current document rather than at the project level.Verification
After completing the template setup:- Create a new project using your Risksheet template.
- Navigate to the Risksheet home page within the project.
- You should now see the configured document folders and the ability to create new risk documents.
- Open a document and verify that column layouts, enums, and formulas match your template configuration.
- Check the configuration editor to confirm the
templateNamefield shows your template name.
See Also
- Set Up Global Templates — configure global template inheritance
- Configure Template Paths — manage document creation paths
- Override Template Configuration — customize inherited settings per document
- Find Configuration Files — locate sheet configuration files in your project
- Add Risksheet to Existing Project — install into an existing project