Before You Begin
You need:- Polarion Administrator role (not just Project Admin)
- Access to Administration → Projects in Polarion
- VPN connection to Polarion server (if working remotely)
- Backup of project before modifying properties (see Backup and Restore Project)
Configure Project Properties
1. Access Project Properties
- Navigate to Administration → Projects in Polarion top menu
- Select your TestAuto2 project from the project list
- Click Edit Properties in the toolbar
- The Properties editor opens showing all project-level configuration keys
2. Set Core Project Identity
Configure basic project metadata:| Property Key | Value | Purpose |
|---|---|---|
project.name | TestAuto2 - Automotive Safety Solution | Display name in UI |
project.id | TestAuto2 | Unique identifier (cannot change after creation) |
project.prefix | TA2 | Work item ID prefix (e.g., TA2-123) |
project.lead | safety-manager@company.com | Default project lead user ID |
project.startDate | 2026-01-15 | Project start date (ISO format) |
3. Configure Document Type Defaults
Set default document types for each space:- Risksheet configuration loading (riskSpecification documents auto-load
.polarion/documents/risksheet.json) - PowerSheet RTM model filtering (
documentType='systemRequirementsSpecification'in YAML queries) - Workflow assignment (each document type has its own workflow XML)
4. Set Nextedy Solution Properties
Configure TestAuto2-specific behavior:| Property Key | Value | Purpose |
|---|---|---|
nextedy.solution.name | TestAuto2 - Automotive Safety Solution | Solution branding in footer/dashboards |
nextedy.solution.version | 2.0.0 | Solution version displayed in Home dashboard |
nextedy.solution.vendor | Nextedy Systems s.r.o. | Vendor name for licensing/support |
nextedy.license.key | [contact Nextedy for key] | Commercial license activation key |
nextedy.risksheet.defaultConfig | .polarion/documents/risksheet.json | Default Risksheet config path |
nextedy.powersheet.modelPath | .polarion/nextedy/models/ | RTM domain model directory |
5. Configure Workflow Transition Notifications
Enable email notifications for workflow state changes:- Risk specification documents transition to approved status (triggers notification to project_approver role)
- Documents are published (alerts project_lead)
- Rework is requested during review (notifies document author)
6. Set Custom Field Visibility
Control which custom fields appear in work item forms:Verify Configuration
Check Property Application
- Navigate to Home dashboard
- Verify Solution Version displays correct value from
nextedy.solution.version - Create a new work item → verify ID prefix matches
project.prefix(e.g., TA2-456) - Create a new document in Risks space → verify document type defaults to
riskSpecification
Validate Workflow Notifications
- Create a test Risk Specification document
- Transition to In Review status
- Verify project approvers receive email notification
- Check email contains document link and workflow state
Test RTM Model Path
- Open any PowerSheet (e.g., Whole RTM Sheet)
- Verify PowerSheet loads without
modelPath not founderrors - Check browser console for warnings (F12 → Console tab)
Common Configuration Patterns
Multi-Project Environment
When running multiple TestAuto2 instances (e.g., per product line):ISO 26262 Compliance Mode
Enable strict traceability and approval enforcement:Development vs Production
Use different property sets per environment:| Property | Development | Production |
|---|---|---|
project.workflow.notifications.enabled | false | true |
nextedy.solution.version | 2.0.0-dev | 2.0.0 |
project.compliance.mode | none | ISO26262 |
Troubleshooting
Problem: PowerSheet fails to load with “RTM model not found” errorSolution: Verify
nextedy.powersheet.modelPath points to directory containing *.yaml model files. Check path is relative to .polarion/ root.
Problem: Workflow notifications not sendingSolution: Check SMTP server configuration in global Polarion settings (Administration → Mail Settings). Verify
project.workflow.notifications.recipients contains valid role IDs or user IDs.
Problem: Work item IDs still show old prefix after changing project.prefixSolution:
project.prefix only affects new work items. Existing IDs cannot be changed. If you need to change prefix, create a new project and migrate work items.
See Also
- Install TestAuto2 Solution — Initial deployment and activation
- Manage User Permissions — Role-based access control
- Backup and Restore Project — Project data protection
- Project Properties — Complete property reference
- Modify RTM Model — Update domain model configuration