Nextedy Logo
  • SOLUTIONS
    • REQUIREMENTS TRACEABILITY
    • RISK MANAGEMENT
    • CYBERSECURITY
    • PROJECT MANAGEMENT
  • PRODUCTS
    • Nextedy POWERSHEET
    • Nextedy RISKSHEET
    • Nextedy GANTT
    • Nextedy PLANNINGBOARD
    • Nextedy CHECKLIST
    • … more
  • COMPANY
  • INSIGHTS
  • SUPPORT ↗
Menu
  • SOLUTIONS
    • REQUIREMENTS TRACEABILITY
    • RISK MANAGEMENT
    • CYBERSECURITY
    • PROJECT MANAGEMENT
  • PRODUCTS
    • Nextedy POWERSHEET
    • Nextedy RISKSHEET
    • Nextedy GANTT
    • Nextedy PLANNINGBOARD
    • Nextedy CHECKLIST
    • … more
  • COMPANY
  • INSIGHTS
  • SUPPORT ↗
Contact us
Contact us
Functional Safety, Risk Management
/
October 7, 2025

Comprehensive Data and Traceability Model for AIAG–VDA FMEA in Polarion ALM with Nextedy RISKSHEET

Purpose: Define the data model, traceability logic, and rationale behind the AIAG–VDA FMEA PowerSheet configuration in Polarion ALM.


1. Introduction

The AIAG–VDA FMEA Handbook establishes a harmonized methodology to analyze risk within design and process development.

To realize its full traceability potential inside Polarion ALM, each step of the FMEA must be expressed as structured data and directional relationships between work items.

Within Polarion ALM, this model is realized through Nextedy RISKSHEET, a Polarion-integrated application for functional safety and risk management.

Nextedy RISKSHEET provides the spreadsheet-style interface, work item types, and linking logic described below, allowing engineers to apply the AIAG–VDA approach natively within Polarion without coding or external templates.

This paper documents the complete Polarion configuration—from Structure Analysis (Step 2) to Optimization (Step 6)—and justifies each link, field, and column in accordance with the standard.


2. Overall Concept

Each Risk Record in Polarion represents a single FMEA line (i.e., one row of the FMEA form):

a combination of the Focus Element, its Function, Failure Mode, Cause, Effect, and associated controls and actions.

The model connects four main information domains:

DomainRepresented byPolarion Work Item TypePurpose
StructureSystem Elements & Characteristicssystemelement, characteristicHierarchical product structure
FunctionFunctional intent of each elementfunctionWhat the element does or shall do
RiskAnalysis records per failureriskrecordCaptures failure modes, effects, causes, and ratings
OptimizationActions and Verification looptask, requirement, testcaseDefines mitigations and evidence of effectiveness

2.1 Implementation in Nextedy RISKSHEET

Insert a short, visual, product-oriented explanation before the “Step Mapping” table:

The model described in this paper is implemented directly inside Nextedy RISKSHEET for Polarion.

  • a configurable PowerSheet interface to display the FMEA structure (Steps 2–6),
  • editable and read-only columns mapped to Polarion fields and link roles,
  • automatic color-coded Action Priority formulas, and
  • native links to Tasks, Requirements, and Test Cases as described in this paper.

This ensures full compliance with the AIAG–VDA FMEA workflow, while maintaining the flexibility of Polarion work item types and traceability.


3. AIAG–VDA Step Mapping to Polarion Data Model

AIAG–VDA StepObjectivePolarion EntityKey Relationships
Step 2 – Structure AnalysisDefine hierarchy of system elements and characteristicsSystem Element, CharacteristicSystem Element → contains → System Element ; System Element → has_feature → Characteristic
Step 3 – Function AnalysisDefine functions and interdependenciesFunctionSystem Element → defines → Function
Step 4 – Failure AnalysisIdentify effects, modes, and causesRisk Recordlinks to System Element, Function, Characteristic
Step 5 – Risk AnalysisEvaluate S/O/D and Action Priority (AP)Risk Record fields (cf_ …)Internal fields compute AP
Step 6 – OptimizationDefine Actions and verify effectivenessTask, Requirement, Test CaseTask → mitigates → Risk Record; Requirement → relates_to → Task; Test Case → relates_to → Requirement

4. Column-by-Column Definition and Justification

🟣 STRUCTURE ANALYSIS (STEP 2)

ColumnMeaningEditable?Polarion Link / FieldReason per AIAG–VDA
1. Next Higher LevelParent element containing the Focus Element❌ Read-only (via link role parent)Shows hierarchical context of analysis (§6.2.1)
2. Focus ElementElement currently analyzed✅ (Risk Record → context → System Element)Central anchor for the row; defines scope of failure analysis
3. Next Lower Level / Characteristic TypeDirect or indirect child element or feature affecting the Focus Element✅ (Risk Record → characteristic → System Element/Characteristic)AIAG–VDA permits “dependent structures” — not only immediate children (§6.2.2); represents dependencies one or two levels below.

🟢 FUNCTION ANALYSIS (STEP 3)

ColumnMeaningEditable?Link or FieldRationale
1. Next Higher Level Function and RequirementFunction(s) of parent element❌ Read-only (derived via parent’s defines)Supports top-down traceability between levels (§6.3.1)
2. Focus Element Function and RequirementFunction performed by the Focus Element✅ (Risk Record → function → Function)Core function evaluated for failure modes (§6.3.2)
3. Next Lower Level Function and Requirement or CharacteristicFunction or requirement of linked lower element / characteristic❌ Read-only (derived from characteristic target’s backlinks)Connects functional dependence to lower-level features (§6.3.3). Empty if target is Characteristic.

🔴 FAILURE ANALYSIS (STEP 4)

ColumnMeaningEditable?FieldJustification
Failure Effect (FE)Consequence to higher level or end user✅cf_failure_effectAIAG–VDA Step 4 requires link to “next higher function” (§6.4.1).
Severity (S)Rating of effect seriousness (1–10)✅cf_severityStandard severity scale.
Failure Mode (FM)How the Focus Element fails✅cf_failure_modeCentral to Risk Record definition (§6.4.2).
Failure Cause (FC)Root cause at next lower level or feature✅cf_failure_causeEnables bottom-up cause analysis (§6.4.3).

🟡 RISK ANALYSIS (STEP 5)

ColumnMeaningEditable?FieldReason per AIAG–VDA
Prevention Control (PC)Existing measure to prevent cause✅cf_prevention_controlPrevention is assessed first (§6.5.2).
Occurrence (O)Likelihood of cause occurring✅cf_occurrenceRated 1–10 per handbook table.
Detection Control (DC)Existing control to detect cause or failure mode✅cf_detection_controlDistinguishes between PC and DC (§6.5.3).
Detection (D)Detection rating (1–10)✅cf_detectionNumeric assessment for DC effectiveness.
Action Priority (AP)Calculated priority (Low/Middle/High)⚙️ Auto-computed via formulaRequired output of AIAG–VDA Step 5 (AP replaces RPN).

🔵 OPTIMIZATION (STEP 6)

ColumnMeaningEditable?Link DirectionAIAG–VDA Justification
Task ID / TitleMitigation Action defined to reduce risk✅Task → Risk Record (mitigates)Step 6 defines Actions that address causes and reduce risk (§6.6.1). Action owns the mitigation.
Action Type / Responsible / Dates / StatusExecution fields of the Action✅Task fieldsSupport planning and tracking of mitigation execution.
RequirementsRequirements resulting from completed Actions❌Requirement → Task (relates_to)Step 6 demands “implementation and verification of actions” — the result becomes a new requirement (§6.6.2).
Req VerificationVerification evidence (Test Cases) confirming those Requirements❌Test Case → Requirement (relates_to)Step 6 and 7 require proof of effectiveness (§6.6.3). Test Cases own the verification link.
New S/O/D & New APRe-evaluation after Action closure✅ (fields + formula)—Represents the “residual risk” per AIAG–VDA Table 6-8.

5. Directionality and Ownership Rationale

RelationshipDirectionReason for Direction Choice
Task → Risk RecordAction mitigates riskThe Action is the active entity executing mitigation; Risk is the object of mitigation.
Requirement → TaskRequirement relates_to the Action that produced itRequirement is the result of Action execution, not its sub-task. Keeps Requirement independent and reusable.
Test Case → RequirementTest Case relates_to RequirementVerification objects always point to the specification they verify. Consistent with ISO 15288 and AIAG–VDA verification principles.

This directionality ensures correct data lineage:

Risk Record  ←mitigated by–  Task  ←related from–  Requirement  ←related from–  Test Case

It expresses the lifecycle: Identify → Act → Define → Verify.

In Nextedy RISKSHEET, these relationships are automatically established by link-role configuration and displayed dynamically in the PowerSheet columns. Users can manage all AIAG–VDA linkages interactively without scripting or manual maintenance.


6. Compliance with AIAG–VDA Principles

PrincipleImplementation in Polarion
Top-Down Structure → Bottom-Up FailureParent/child links between System Elements and Functions mirror hierarchical decomposition (§6.2–6.3).
Linkage of Function and FailureEach Risk Record connects Focus Element Function with its Failure Mode (§6.4).
Action Planning and TrackingStep 6 columns map to Action responsibility, status, and timing (§6.6).
Verification of EffectivenessRequirements and Test Cases close the loop of evidence (§6.7).
Residual Risk EvaluationNew S/O/D and AP fields support final assessment (§6.8).

7. Benefits of This Representation

BenefitDescription
Full TraceabilityEvery failure mode is connected upstream to its structure and function and downstream to its verified mitigation.
AIAG–VDA ComplianceAll mandatory steps and relationships are covered in logical sequence.
Audit ReadinessInspectors can trace from risk to verification evidence without manual cross-reference.
Reuse and ScalabilityFunctions, Requirements, and Tests are independent work items usable in other contexts.
Automation PotentialComputed Action Priority and visual color coding support automatic risk ranking and dashboards.

8. Conclusion

This Polarion configuration implements the AIAG–VDA FMEA handbook’s complete logic chain inside a traceable, data-driven model.

The chosen link directions reflect the true ownership of actions, requirements, and evidence as prescribed by the standard:

Cause → Action → Requirement → Verification

The model ensures that every risk record is not only analyzed and rated but also supported by a closed loop of mitigation and proof of effectiveness, making it both methodologically sound and audit-ready.


9. Nextedy RISKSHEET and Polarion Integration

Nextedy RISKSHEET acts as the operational layer implementing this FMEA model within Polarion ALM.

  • It provides preconfigured work item types and relationships for System Elements, Functions, Risk Records, Actions, Requirements, and Test Cases.
  • All columns described above correspond directly to configurable RISKSHEET columns and link renderers.
  • Users can modify field bindings, rating formulas, and color codings without code changes.

This architecture makes RISKSHEET the foundation for applying AIAG–VDA-compliant risk management in functional safety, cybersecurity, and process quality domains directly inside Polarion.


Appendix A – Simplified Diagram of Link Flow

System Element (parent)
   └─ System Element (focus)
        ├─ Function
        ├─ Characteristic
        └─ Risk Record
             ├─ Failure Effect / Mode / Cause
             ├─ Prevention & Detection Controls
             ├─ mitigated by → Task (Action)
             │      ├─ relates_to ← Requirement (Resulting spec)
             │      │        └─ relates_to ← Test Case (Verification)
             └─ Updated S/O/D → New Action Priority

✅ Final Statement:

This FMEA model represents a fully compliant AIAG–VDA implementation inside Polarion ALM.

It connects structure, function, failure, and optimization data into a single, traceable, and verifiable ecosystem, ensuring that every risk is analyzed, acted upon, and proven effective in line with international best practice.

PrevPreviousWhat’s new for Polarion by Nextedy – September 2025
NextThe Unseen Cost of Compliance: Why User Adoption, Not Capability, Is the Biggest Threat to TraceabilityNext
Share on email
Share on twitter
Share on linkedin
Subscribe for Updates

Subscribe for Updates

 
Nextedy Systems s.r.o. ImpressumPurchasing Terms & Conditions
VAT ID: CZ05785359
Pernerova 697/35, 18600 Prague, Czechia
Copyright © Nextedy
PRODUCTS Nextedy GANTTNextedy RISKSHEETNextedy CHECKLISTNextedy PLANNINGBOARD

 

Contact us

info@nextedy.com

+420 228 227 563

Connect on LinkedIn

Introducing Nextedy POWERSHEET

Your Entire Development Chain — On One Sheet

Excel-like. Live. Inside Polarion.

See It in Action