Quick Navigation
HARA Risksheet
Hazard Analysis and Risk Assessment per ISO 26262-3.
HAZID Risksheet
Hazard Identification and preliminary risk screening.
System FMEA Risksheet
System-level failure mode analysis (SFMEA).
Design FMEA Risksheet
Design-level component failure analysis (DFMEA).
Process FMEA Risksheet
Manufacturing and assembly process failure analysis (PFMEA).
Control Plan Risksheet
Control Plan configuration for production quality.
Risk Control Plan Risksheet
Risk control and mitigation action tracking.
Overview of Risksheet Types
Each risksheet configuration in TestAuto2 serves a specific phase of the safety lifecycle and maps to ISO 26262, AIAG-VDA FMEA, or IATF standards:| Risksheet Type | Purpose | Standard | Key Metrics |
|---|---|---|---|
| HARA | System-level hazard identification and ASIL allocation | ISO 26262-3 | Severity (S), Exposure (E), Controllability (C), ASIL (A-D) |
| HAZID | Preliminary hazard screening and safety goal derivation | ISO 26262-3 | Risk level, preliminary ASIL, mitigation options |
| System FMEA (SFMEA) | System element failure analysis across hierarchy | ISO 26262-4, AIAG-VDA | Failure mode, effects, current controls, Action Priority |
| Design FMEA (DFMEA) | Component-level design failure analysis | ISO 26262-5, AIAG-VDA | Design weaknesses, protective measures, detection controls |
| Process FMEA (PFMEA) | Manufacturing and assembly process failure analysis | AIAG-VDA, IATF 16949 | Process failures, control plan items, reaction plans |
| Control Plan | Production control strategy and sampling plan | IATF 16949 / APQP | Measurement methods, sample frequency, reaction plans |
| Risk Control Plan | Mitigation actions and effectiveness tracking | ISO 26262-4 | Control effectiveness, risk reduction, residual risk |
Risksheet Configuration Structure
Each risksheet is defined by a JSON configuration file (.json) stored in the Polarion project’s .polarion/nextedy/sheet-configurations/ directory. The configuration specifies:
- Column groups — Logical sections (e.g., Identification, Assessment, Controls, Mitigation)
- Column definitions — Field mappings to work item properties, formulas, and rendering
- Views — Filtered and sorted table representations (e.g., “High-Risk Items Only”)
- Cell styling — Color coding, traffic lights, conditional formatting
- Levels — Multi-level hierarchy rendering (e.g., System → Subsystem → Component)
Typical Column Group Hierarchy
Key Configuration Patterns
1. Multi-level Hierarchy
System FMEA risksheets often display multiple system element levels:2. Risk Rating Formulas
- FMEA (AIAG-VDA): RPN = Severity × Occurrence × Detection (0–1000)
- Design FMEA: Action Priority (H/M/L) based on Severity and Occurrence thresholds
- HARA (ISO 26262): ASIL = f(Severity, Exposure, Controllability) → A, B, C, D, or QM
3. Pre/Post-Mitigation Tracking
Most risksheets include dual columns for risk metrics:- Pre-Mitigation: Original assessment before controls are implemented
- Post-Mitigation: Updated assessment after risk controls are in place
4. Dynamic Views
Each risksheet supports filtered views:| View | Filter Criteria |
|---|---|
| High-Risk Items | AP = H (Design FMEA) or RPN > 100 (Process FMEA) |
| Open Actions | Status = “Open” for mitigation actions |
| Verification Gaps | No linked test cases or incomplete verification |
| Not Started | Current control effectiveness = None |
| Complete | All assessment fields populated, post-mitigation verified |
Integration with Work Item Types
Each risksheet configuration links to specific work item types in the RTM domain model:- Failure Mode — Core entity in FMEA risksheets (System/Design/Process)
- Risk Record — Hazard assessment work item in HARA/HAZID
- Risk Control — Mitigation action linked to failure modes
- Process Step — Manufacturing step in PFMEA documents
- Control Plan Item — Quality control activity (IATF 16949)
- Test Case — Verification evidence for controls
customFields.actionPriority, customFields.postMitigationRPN).
Customization and Best Practices
When adding new rows to a risksheet, verify that existing views still render correctly. Some views may need filter criteria updates.
Related Documentation
- How to Customize Risksheet Columns — Step-by-step guide for editing configurations
- Risksheet JSON Format — Complete schema reference (external link to Risksheet documentation)
- Risk Control Types — Mitigation strategies per ISO 26262
- Action Priority Methodology — Severity/Occurrence decision criteria
Section Index:
- HARA Risksheet Configuration — Hazard Analysis and Risk Assessment
- HAZID Risksheet Configuration — Hazard Identification
- System FMEA Risksheet Configuration — System-level FMEA
- Design FMEA Risksheet Configuration — Component-level FMEA
- Process FMEA Risksheet Configuration — Manufacturing FMEA
- Control Plan Risksheet Configuration — Quality Control Planning
- Risk Control Plan Risksheet Configuration — Risk Mitigation Tracking