Prerequisites
- Polarion administrator privileges
- Access to the Risksheet administration interface
Step 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.
| Template | Purpose |
|---|---|
| Standard Risksheet | General-purpose FMEA risk analysis with severity, occurrence, and detection columns |
| HARA Template | Hazard Analysis and Risk Assessment template aligned with ISO 26262 workflows |
Step 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.
Step 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: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
risksheet.jsonattached directly to the LiveDoc - Template inheritance — the
risksheet.jsonfrom 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.
Step 4: Customize the Tool Name
Organizations can rebrand the tool name displayed in the Risksheet UI:| Property | Default | Example |
|---|---|---|
| Tool name | Risksheet | FMEA Tool, Risk Matrix |
| Document name (singular) | Risk Analysis | Risk Assessment |
| Document name (plural) | Risk Analyses | Risk Assessments |
Step 5: Use Multiple Configurations per Project
Risksheet supports multiple distinct configurations within a single project. Each LiveDoc document can have its ownrisksheet.json 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
risksheet.jsonto each template. - When creating new documents, select the appropriate template.
Step 6: Scope Work Items to Documents
To restrict linked items to a specific LiveDoc rather than the entire project, use thedocument 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
risksheet.jsonfiles in your project - Add Risksheet to Existing Project — install into an existing project
Sources
Sources
KB ArticlesSupport TicketsSource Code
RisksheetProduct.javaDocumentConfigProvider.javaRisksheetSetupService.javaAppConfig.tsRisksheetViewServlet.java