What you will achieve
By the end of this tutorial, you will have accessed the Nextedy demo server, explored pre-configured FMEA and HARA risk analysis projects, understood the core capabilities of Risksheet (including RPN calculation, conditional formatting, downstream task management, and review workflows), and determined whether Risksheet meets your risk management requirements before deploying it on your own Polarion server.Prerequisites
- A web browser (Chrome, Firefox, or Edge — see Understanding the Interface for supported browsers)
- Demo server credentials from Nextedy (request via nextedy.com if you do not have them)
Step 1: Access the Nextedy Demo Server
Open your browser and navigate to the Nextedy demo Polarion instance. Log in with the demo credentials provided by Nextedy. You should see the Polarion home page with a list of available projects. The FMEA and HARA demo projects appear in the project list alongside any other demo projects.Step 2: Open the FMEA Demo Project
Navigate to the FMEA demo project from the project list. In the left sidebar, look for the Risksheet topic entry (the tool name may be customized — it appears as “Risksheet” or “Risk Analyses” by default). You should see the document selection interface — this is the Risksheet home view that lists available risk analysis documents. It allows you to browse folders, select existing documents, or create new ones from templates.Step 3: Explore the FMEA Risksheet
Open the FMEA risk analysis document. The Risksheet grid loads, displaying an interactive spreadsheet-like view with:- Risk items as rows, each representing a failure mode with its causes and effects
- Column groups organizing related columns (e.g., severity, occurrence, detection under “Initial Assessment”)
- Color-coded RPN cells showing risk levels through conditional formatting using cell decorators
- Row headers with visual color indicators based on the revised RPN value
- Hierarchical levels with cell merging for failure mode/cause/effect structures
| Row Header | Failure Mode | Upstream Req. | Sev | Occ | Det | RPN | New Sev | New Occ | New Det | New RPN |
|---|---|---|---|---|---|---|---|---|---|---|
| :green_circle: | Sensor drift | REQ-12 | 8 | 4 | 6 | 192 | 8 | 3 | 4 | 96 |
| :green_circle: | Power failure | REQ-05 | 9 | 3 | 5 | 135 | 9 | 2 | 3 | 54 |
| :green_circle: | Data corruption | REQ-23 | 10 | 2 | 7 | 140 | 10 | 1 | 5 | 50 |
| :yellow_circle: | Calibration loss | REQ-31 | 7 | 5 | 8 | 280 | 7 | 4 | 6 | 168 |
Step 4: Examine the RPN Calculation
Click on an RPN cell to observe the formula. The initial RPN is calculated using thecommonRpn formula, which multiplies severity, occurrence, and detection ratings:
commonRpnNew formula with the post-mitigation ratings. The conditional formatting (cell decorators) applies color coding based on RPN thresholds:
| RPN Range | Background Color | Text Color | Risk Level |
|---|---|---|---|
| 1 — 150 | Green (#eaf5e9) | Dark green (#1d5f20) | Low risk |
| 151 — 350 | Yellow (#fff3d2) | Dark yellow (#735602) | Medium risk |
| > 350 | Red (#f8eae7) | Dark red (#ab1c00) | High risk |
Step 5: Explore Downstream Tasks
Look for mitigation task columns in the grid. Each risk item can have one or more downstream tasks (mitigation actions) linked to it. To explore:- Right-click a row that has tasks populated
- Select the option to open the linked task item
- The task work item opens in the Polarion item editor
Downstream tasks are configured via
dataTypes.task in risksheet.json. The demo project may use work item types like “Mitigation” or “Corrective Action” depending on the FMEA template.Step 6: Explore Upstream Traceability
Look for upstream columns in the grid that display linked requirements or design elements. These columns show data from work items linked above the risk item in the traceability hierarchy. Upstream traceability connects risk analysis to the requirements and design elements being assessed.Step 7: Open the HARA Demo Project
Return to the project list and open the HARA demo project. Navigate to the Risksheet topic and open the HARA risk analysis document. You should see a similar grid layout but with HARA-specific columns for:- Hazard severity — severity of the hazardous event
- Exposure — probability of exposure to the operating situation
- Controllability — ability of the driver/user to avoid the harm
Step 8: Try Editing a Risk Item
Click on a cell in the grid to enter edit mode. Change a severity or occurrence value and observe how the RPN recalculates automatically. The row header color updates to reflect the new risk level.- Click on a severity rating cell
- Select a new value from the dropdown (severity ratings are configured as Risksheet
ratings) - Observe the RPN column updating immediately
- Click Save in the toolbar to persist your changes
The demo server may have restricted permissions. If you cannot edit cells, verify that your demo account has write access to the project. Cells that appear with a read-only indicator cannot be modified due to column configuration or permission settings.
Step 9: Examine the Review Workflow
If the demo project has review workflows configured (visible through a review column or review panel), explore how reviews are created and managed:- Comment-based reviews store reviews as Polarion work item comments (configured via
reviews.reviewManager: "CommentBased") - Each review displays the author name, timestamp, and comment content
Risksheet is purpose-built for risk analysis workflows (FMEA, HARA, TARA, STRIDE, CVSS). POWERSHEET is a separate Nextedy product for general-purpose spreadsheet views of any Polarion work items. Both products share the same interactive grid technology but serve different use cases. Risksheet can unlock additional features when a valid POWERSHEET production license is present, but each product is licensed independently. Evaluation/trial POWERSHEET licenses do not enable these enhancements.
Evaluation Checklist
Use this checklist to systematically evaluate Risksheet capabilities against your requirements:| Capability | Where to Find It | What to Look For |
|---|---|---|
| FMEA risk analysis | FMEA demo project | Failure mode/cause/effect hierarchy, RPN calculation |
| HARA risk analysis | HARA demo project | Severity/exposure/controllability, ASIL determination |
| RPN calculation | Formula columns in any risksheet | Automatic calculation, null handling for incomplete rows |
| Conditional formatting | RPN cell color coding | Green/yellow/red thresholds, bold text |
| Row header indicators | Left-most column | Color-coded by revised RPN |
| Downstream tasks | Task columns and context menu | Task creation, task-to-risk linking |
| Upstream traceability | Upstream columns | Linked requirements display |
| Review workflows | Review panel (if configured) | Comment-based or approval-based reviews |
| Excel export | Toolbar export button | Formatted table export |
| PDF export | Toolbar export button | Formatted PDF with risk tables |
| Saved views | View selector in toolbar | Different column layouts for different analysis perspectives |
| Column filtering | Column header filter icons | Filter rows by field values |
Next Steps
- Installation — Install Risksheet on your own Polarion server
- Create Your First Risksheet — Build a risk analysis document from scratch
- Understanding the Interface — Learn the Risksheet grid interface in detail
- Basic Configuration — Customize the risksheet for your specific workflow
- Quick Start Guide — Condensed setup walkthrough
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 - format reference
- How much does Risksheet cost-
risksheet.jsonDefaultTraceProvider.javaRisksheetProduct.javaAddTaskCommand.tsCommandFactory.ts