What you will achieve
By the end of this tutorial, you will have:- Installed the RISKSHEET demo project template
- Created a demo project with sample risk analysis data
- Accessed RISKSHEET through the Polarion sidebar
- Explored a working FMEA risk analysis example
- Understood the evaluation workflow and next steps
Prerequisites
- Nextedy RISKSHEET installed on Polarion (see Installation)
- Administrative access to Polarion
- Polarion version 19.1 or newer
Evaluation Setup Steps
Step 1: Access RISKSHEET Setup
After installing RISKSHEET, navigate to the setup page:Step 2: Install Demo Project Template
Click “Install Demo Project Template” on the Setup page. What happens: Polarion installs a project template containing:- Pre-configured work item types (Risk, Task, Failure Mode, etc.)
- Document templates for risk specifications
- Sample RISKSHEET configurations
- Example FMEA workflows
Step 3: Create Demo Project
After the template installation completes, click “Create Demo Project” on the Setup page. What happens: Polarion creates a new project based on the template, pre-populated with sample risk analysis data. What you should see: A new project appears in your project list, typically named “RISKSHEET Demo” or similar.Step 4: Access the Demo Project
Navigate to the newly created demo project:- Go to the Polarion home page
- Select the demo project from your project list
- Look for “Risksheet” in the left sidebar navigation
The Risksheet sidebar entry is configured via Administration > Portal > Topic by adding
<topic id="risksheet"/>. The demo project includes this configuration automatically.Step 5: Open a Sample Risksheet
Click on “Risksheet” in the sidebar, then select one of the sample risk analysis documents. What you should see: An interactive spreadsheet-style interface displaying:- Risk items organized in a hierarchical structure
- Columns for failure modes, causes, effects, and controls
- Severity, Occurrence, and Detection ratings
- Calculated RPN (Risk Priority Number) values
- Linked mitigation tasks
| Failure Mode | Cause | Effect | Sev | Occ | Det | RPN |
|---|---|---|---|---|---|---|
| Sensor Failure | Connector Corrosion | Loss of Function | 9 | 3 | 4 | 108 |
| Water Ingress | Degraded Accuracy | 7 | 4 | 3 | 84 |
Evaluation Workflow
Exploring Demo Features
Risk Analysis Structure
The demo project demonstrates a typical FMEA (Failure Mode and Effects Analysis) structure:| Level | Description | Purpose |
|---|---|---|
| Level 1 | Failure Mode | Top-level failure scenarios |
| Level 2 | Cause | Root causes of failure modes |
| Level 3 | Tasks | Mitigation actions |
Interactive Features to Test
Editing Cells:- Click any cell to edit severity, occurrence, or detection ratings
- Notice how RPN values recalculate automatically
- Observe cell color changes based on risk thresholds
- Click ”+ Failure Mode” or ”+ Cause” in the toolbar
- Fill in the new row
- See how the hierarchy updates
- Go to Menu > Configuration > Edit Risksheet Configuration
- Review the
risksheet.jsonstructure - Note the
columns,levels, anddataTypessections
- Click Menu > Export > PDF
- Generate a formatted risk analysis report
- Review export options and formatting
Understanding the Demo Configuration
The demo project illustrates key RISKSHEET concepts:Work Item Type Mapping
The demo uses a “risk” work item type for failure modes and causes:Document Template Path
Risksheets are created from a template document:Topic Configuration
The Risksheet sidebar entry is defined in Administration > Portal > Topic:The demo project template includes all these configurations. When adding RISKSHEET to an existing project, you must configure these elements manually. See Add RISKSHEET to Existing Project for details.
Comparison: Template-Based vs. Manual Setup
| Aspect | Demo Template | Manual Setup |
|---|---|---|
| Work Item Types | Pre-configured | Must create “risk” type |
| Document Types | Pre-configured | Must create “riskSpecification” |
| Sidebar Topic | Auto-included | Must add manually |
| Sample Data | Included | Start from scratch |
| Configuration | Ready to use | Must customize risksheet.json |
| Time to Start | 5 minutes | 30-60 minutes |
Next Steps
After exploring the demo project: Learn the Interface:- Understanding the Interface: Master the RISKSHEET user interface elements
- Create Your First Risksheet: Build a risk analysis in the demo project
- Basic Configuration: Customize columns and settings
- Add RISKSHEET to Existing Project: Configure RISKSHEET in your own projects
- Configuration System: Understand the property-based configuration framework
- FMEA Configuration: Configure FMEA workflows
- HARA Configuration: Configure HARA workflows
Related Topics:
Sources
Sources
KB Articles
- How to evaluate Nextedy RISKSHEET
- What Work Items are visible on the Risksheet and understanding levels
- Risksheet Document Config File - risksheet.json - format reference
- How much does Risksheet cost?
risksheet.jsonDefaultTraceProvider.javaRisksheetProduct.javaAddTaskCommand.tsCommandFactory.ts