Skip to main content
This dashboard serves as the central hub for accessing configuration tools, monitoring configuration status across all Risksheets and PowerSheets, and navigating to specialized configuration documents and reference materials.

Dashboard Overview

The Configuration Manager Dashboard provides comprehensive visibility into the TestAuto2 solution’s configuration landscape, including:
  • Real-time configuration status metrics across all analysis documents
  • Quick access to configuration management tools and editors
  • Navigation to domain model specifications and RTM definitions
  • Links to all Risksheet and PowerSheet configuration documents
  • Configuration consistency validation status
  • Usage statistics for custom fields, enumerations, and link roles
⚙️ Role Context: Configuration managers use this dashboard to monitor solution health, identify configuration inconsistencies, and coordinate updates to shared configuration elements that affect multiple teams.

Dashboard Properties

NameTypeDefaultDescription
dashboard-titleStringConfiguration Manager DashboardPage title displayed in Polarion wiki
dashboard-spaceStringDocumentationPolarion space containing this dashboard page
page-templateStringNextedy Solutions DashboardBase template using Nextedy macro library (nextedy_solutions.vm)
theme-color-primaryString#ff6f00Orange primary color for configuration manager workspace branding
theme-color-secondaryString#e65100Deep orange secondary color for accents and highlights
icon-color-systemString#ff6f00System-level configuration items (orange)
icon-color-projectString#ffb74dProject-level configuration items (light orange)
enable-metricsBooleantrueDisplay real-time configuration status metrics
enable-consistency-checksBooleantrueShow configuration validation status indicators
show-usage-statisticsBooleantrueDisplay usage counts for custom fields and enumerations

Dashboard Widgets

Configuration Status Summary Card

WidgetTypeMetricQueryDisplay
RTM Model DocumentsCountTotal RTM domain model definitionsCount modules in .polarion/nextedy/models/Numeric card
Risksheet ConfigurationsCountTotal active Risksheet JSON configsCount configs in .polarion/nextedy/sheet-configurations/ with type=‘risksheet’Numeric card
PowerSheet ConfigurationsCountTotal active PowerSheet YAML configsCount configs in .polarion/nextedy/sheet-configurations/ with type=‘powersheet’Numeric card
Custom Fields DefinedCountTotal project custom fieldsLucene: type:customFieldNumeric card with blue color
Configuration Consistency StatusStatus BadgeConfiguration validation resultRun consistency check against RTM model, work item types, field definitionsGreen (pass), yellow (warnings), red (errors)
Last Configuration SyncTimestampMost recent configuration updateParse SVN commit log for changes to .polarion/nextedy/ISO 8601 timestamp

Active Configurations Inventory Table

The Configuration Manager Dashboard displays a structured table of all active Risksheet and PowerSheet configurations with their deployment status:
| Configuration Name | Type | Space | Status | Last Modified | Link |
|--------------------|------|-------|--------|---------------|------|
| HAZID Risksheet | Risksheet | Risks | Active | 2026-02-14 | Edit |
| SFMEA Risksheet | Risksheet | Risks | Active | 2026-02-10 | Edit |
| DFMEA Risksheet | Risksheet | Risks | Active | 2026-02-08 | Edit |
| PFMEA Risksheet | Risksheet | Risks | Active | 2026-02-05 | Edit |
| Control Plan Risksheet | Risksheet | Risks | Active | 2026-02-01 | Edit |
| Whole RTM PowerSheet | PowerSheet | Design | Active | 2026-02-12 | Edit |
| System Verification Sheet | PowerSheet | Testing | Active | 2026-02-11 | Edit |
| Characteristics Sheet | PowerSheet | Design | Active | 2026-02-09 | Edit |

Configuration Validation Status

The dashboard monitors consistency of configuration elements against the RTM domain model and Polarion work item type definitions:
  • RTM Model Validation — All 8 entity types, 12 relationships, no orphans
  • Work Item Type Validation — All custom fields mapped, display rules consistent
  • Enumeration Validation — HARA (S/E/C/ASIL), FMEA (S/O/D), Action Priority complete
  • Link Role Validation — 18 roles defined, no circular dependencies, bidirectional pairs correct
  • Configuration Warnings — 2 unused custom fields, 1 empty enumeration value
  • Configuration Errors — None detected
Configuration validation runs automatically during project initialization and after SVN commits to .polarion/nextedy/. Configuration managers should run manual consistency checks before major solution deployments or after configuration modifications.

Configuration Management Tools

ToolPurposeAccessConfiguration File
Configuration EditorVisual editor for Risksheet/PowerSheet columns, formulas, viewsUse the Configuration Editor.polarion/nextedy/sheet-configurations/*.yaml
RTM Model EditorYAML editor for domain model entities, relationships, constraintsModify RTM Model.polarion/nextedy/models/*.yaml
Custom Field ManagerManage project custom fields, enumerations, validation rulesCustom Fields.polarion/documents/fields/custom-fields.xml
Risksheet Column CustomizerAdd/remove/reorder Risksheet columns, configure cell decoratorsCustomize Risksheet Columnsrisksheet.json (per document)
PowerSheet Column CustomizerAdd/remove/reorder PowerSheet columns, configure renderersCustomize PowerSheet Columnspowersheet.yaml (per document)
Formula EditorCreate/modify calculated columns and validation formulasConfigure Custom FormulasFormula syntax in column config
Traffic Light ConfiguratorSet visual indicators for status/health metricsConfigure Traffic Lightscell-decorator rules in config
Macro CustomizerCreate/modify Velocity macros for dashboard widgetsCustomize Dashboard Macros.polarion/pages/ Velocity scripts
The Configuration Manager Dashboard provides one-click navigation to all configuration-related references and administration guides:

Reference Documentation

Administration and Configuration Guides

Configuration Hierarchy

The TestAuto2 solution uses a three-tier configuration hierarchy that configuration managers must coordinate: diagram
Changes to domain model or field definitions affect all Risksheets and PowerSheets that reference those entities. Configuration managers must validate all dependent configurations after making breaking changes to the RTM model or custom fields.

Usage Statistics and Monitoring

The Configuration Manager Dashboard displays real-time usage statistics to help identify unused or over-utilized configuration elements:
CategoryCountTrendAlert
Custom Fields in Use47↑ 2 this month
Custom Fields Unused3↓ 1 archivedReview for removal
Enumeration Values Defined156→ stable
Enumeration Values in Use142↑ 4 this month
Link Roles Defined18→ stable
Link Roles Used in Traceability16↑ 1 (new link role)Review configuration impact
Risksheet Documents7→ stable
PowerSheet Documents6→ stable
Custom Velocity Macros8↑ 1 new macroTest before deployment

Configuration Change Log

The Configuration Manager Dashboard displays recent configuration changes with SVN commit metadata:
2026-02-14 10:30 UTC | Added 'reliability-target' custom field to Characteristic work item type | User: sarah.config
2026-02-13 15:45 UTC | Updated ASIL formula in HAZID Risksheet (iso26262-part3-asil computation) | User: config-admin
2026-02-12 09:15 UTC | Created new enumeration 'software-verification-method' for test classification | User: qa-manager
2026-02-10 14:22 UTC | Modified System Verification PowerSheet layout - reordered columns | User: vv-engineer
2026-02-08 11:30 UTC | Deprecated 'legacy-hazard-category' enumeration (migrated to new taxonomy) | User: safety-lead
The Configuration Manager Dashboard integrates with the broader TestAuto2 documentation through these key navigation paths:
  • Configuration Tools
    • Use the Configuration Editor
    • Modify RTM Model
    • Configure Custom Formulas
  • Reference Documentation
    • RTM Domain Model Configuration
    • Custom Fields Reference
    • Risksheet Configurations (7 docs)
    • PowerSheet Configurations (6 docs)
    • Velocity Macro Library
  • Administration
    • Configure Project Properties
    • Manage User Permissions
    • Backup and Restore Project
    • Update Solution Version
Configuration managers work closely with other roles who depend on properly configured solutions:
Always run consistency checks before major updates, document rationale for enumeration changes, communicate configuration updates to all teams, and maintain version control of all .polarion/ configuration files through SVN.