Skip to main content

Prerequisites

  • Access to the Polarion project with the TARA solution installed
  • Understanding of your product’s physical or logical architecture

Steps

1. Navigate to the System Elements Document

Open the SYSTEM-ELEMENTS document in the _default space. This is the central registry for all system elements in the project. You can find it through:
  • The Home dashboard’s System Element Navigator
  • The sidebar under Work Items, filtered to type:systemElement

2. Understand the Element Type Hierarchy

Each system element is classified using the elementType field, which follows a 5-level decomposition:
LevelTypeDescriptionExample
1SystemTop-level product being analyzedADAS Control System
2SubsystemMajor functional subdivisionPerception Unit, Connectivity Gateway
3AssemblyPhysical grouping of componentsSensor cluster
4SubassemblySubdivision of an assemblyIndividual PCB module
5ComponentIndividual HW/SW componentSensor Fusion ECU, V2X Transceiver
diagram

3. Create the Top-Level System Element

  1. In the SYSTEM-ELEMENTS document, create a new work item of type systemElement
  2. Set the Title to your product name (e.g., “ADAS Control System”)
  3. Set the Element Type (elementType) field to System
  4. Add a description covering the system boundary and interfaces

4. Create Subsystems and Components

For each subsystem and component in your architecture:
  1. Create a systemElement work item
  2. Set the elementType appropriately (Subsystem, Assembly, Subassembly, or Component)
  3. Establish the parent-child relationship using the parent link role to build the hierarchy
Not every system element needs its own TARA module. Create TARA modules only for elements that have distinct cybersecurity threat surfaces. Components that share the same threat context can be covered by a parent element’s TARA.

5. Note the Work Item ID

Record the Polarion work item ID (e.g., TR-20524) for each system element. You will need this ID when creating TARA modules, as the systemElementId document field references the element by its work item ID.

6. Verify the Hierarchy

Navigate to the Home dashboard. The System Element Navigator table should display your hierarchy:
System ElementTARA
ADAS Control System (System)
  Perception Unit (Subsystem)
    Sensor Fusion ECU (Component)
  Connectivity Gateway (Subsystem)
The TARA column will show dashes until you create TARA modules and link them.
The System Element Navigator on the Home dashboard traverses parent links using linkedWorkItems().back(). If parent-child links are not set correctly, elements will not appear in the tree hierarchy.

See Also