Before You Begin
The System FMEA (SFMEA) is the highest tier of failure mode analysis in the Aerospace Safety Solution. Each row links acustomerRequirement to a failureMode work item. You cannot create new customer requirements from within the risksheet — requirements must already exist in the Requirements space.
Steps
1. Open the System SFMEA Document
Navigate to Risks in the sidebar, then open the SFMEA document for your system element (for example, Flight Control Computer (FCC) — System SFMEA). The risksheet opens in Default view, which shows the core columns for initial failure mode entry.2. Switch to the “No Up/Down Risks” View
For initial identification work, select the No Up/Down Risks view from the view selector. This hides upstream and downstream traceability columns so you can focus on entering failure mode descriptions without distraction.3. Add a Failure Mode Row
Click Add Row or use the risksheet insert action. The new row creates afailureMode work item linked to an Item (customer requirement).
Select the Item from the customer requirement picker. The risksheet does not allow creating new customer requirements inline (canCreate: false) — if the requirement is missing, add it in the Requirements space first.
4. Fill in the Failure Identification Fields
For each row, complete the following fields:| Field | Description | Notes |
|---|---|---|
failureMode | What the requirement fails to do | Required — keep it concise and system-level |
effectOfFailure | Consequence at the aircraft or mission level | Defaults to Undetermined — update before review |
causeOfFailure | Root cause or failure mechanism | Can reference subsystem inputs |
cognitionError | Human factors — cognitive error contribution | Optional; used in MIL-STD-882E analyses |
perceptionError | Human factors — perception error contribution | Optional |
5. Set Pre-Mitigation Severity
Set thefmSeverity field using the failureModeSeverity enum. Severity reflects the worst-case effect of the failure at the system boundary.
6. Score Occurrence and Detection
In the Initial Risk Ranking view, fill in the pre-mitigation scoring fields:premitigationFMOccurrence— likelihood of this failure occurring (enum:fmOccurrence)premitigationDetection— ability to detect the failure before effect (enum:detection)
premitigationRPN automatically:
7. Link Downstream Failure Modes (Optional at This Stage)
Once subsystem SFMEAs exist, use the Link Downstream DFMEA view to connect subsystem failure modes to their system-level parent via thecauses backlink role. This establishes vertical traceability from system requirements down through the design decomposition.
The downstream linking workflow requires subsystem SFMEA documents to be created first. The
causes link is populated from the subsystem document — not entered directly in the System SFMEA row. Confirm the exact linking procedure in your running Polarion instance.Verification
You should now see:- Each customer requirement row has at least one
failureModerow beneath it - The auto-generated risk description populates with requirement title, failure mode, and cause text
- Pre-mitigation RPN calculates and the row header shows a color-coded risk level
- The Risk Summary view shows all failure modes ranked by RPN
See Also
- Score Severity, Occurrence, and Detection — complete the pre/post mitigation scoring
- Add Mitigation Actions — define controls to reduce RPN
- Evaluate Post-Mitigation RPN — confirm residual risk acceptance
- SFMEA Analysis Workflows — overview of the full SFMEA process
Source References (dev)
Source References (dev)
Code:
.polarion/nextedy/models/rtm.yaml (0.67) · modules/RiskTemplates/DFMEATemplate/attachments/risksheet.json (0.62) · modules/Risks/COMPLIANCE-001/module.xml, modules/Risks/MIL-STD-882E-HTS-001/module.xml, modules/Risks/SEC-THREAT-001/module.xml, modules/Risks/SFMEA-SUB-001/module.xml, modules/Risks/SFMEA-SUB-002/module.xml, modules/Risks/SFMEA-SUB-003/module.xml (0.59) · modules/RiskTemplates/SubSystem-FMEATemplate/attachments/risksheet.json (0.56) · modules/RiskTemplates/System-FMEATemplate/attachments/risksheet.json (0.56) · .polarion/nextedy/sheet-configurations/MIL-STD-882E Hazard Tracking Log.yaml (0.54) · .polarion/tracker/fields/failureMode-custom-fields.xml (0.52) · modules/RiskTemplates/SSATemplate/attachments/risksheet.json (0.51) · .polarion/nextedy/sheet-configurations/DO-160G Environmental Qualification.yaml, Component RTM.yaml, Configuration Index.yaml, Design Verification Sheet.yaml, Interface Control Matrix.yaml, Problem Report Tracker.yaml, Process Steps.yaml, Review Action Item Tracker.yaml, SOI Stage Gate Dashboard.yaml, Use Steps Specification.yaml, User Need Validation Sheet.yaml, characteristics.yaml, component-characteristics.yaml, customer-requirements.yaml, design-requirements.yaml, subsystem-functions.yaml, subsystem-verification.yaml, system-elements.yaml, test-verification.yaml (0.51) · .polarion/tracker/fields/workitem-type-enum.xml (0.51)