Prerequisites
Before adding RISKSHEET to your project, ensure you have:- Administrative access to your Polarion project
- RISKSHEET installed in your Polarion instance
- A demo project installed via Administration > Setup > Install Demo Project
Step 1: Configure Work Item Type
Create or configure a work item type for risk items:- Navigate to Administration > Work Items > Types
- Create a new type called
risk(or use an existing type) - Add custom fields for risk parameters:
severity,occurrence,detection
Step 2: Configure Document Type
Set up a document type for RISKSHEET documents:- Navigate to Administration > Documents & Pages > Document Types
- Create a new document type called
riskSpecification - Add a custom field named
templateDocof type Enum:Document
Step 3: Add RISKSHEET Topic to Sidebar
Make RISKSHEET accessible from the Polarion sidebar:- Navigate to Administration > Portal > Topics
- Add the following line to the topics configuration:
- Save the configuration
Step 4: Create Template Document
Set up a template document that defines the RISKSHEET structure:- Navigate to your desired space (e.g., “Risks”)
- Create a new LiveDoc named “Risk Analysis”
- Select the
riskSpecificationdocument type - In the document properties panel, set the
templateDocfield to Risk/Risk Analysis
Step 5: Configure Template Path
Tell RISKSHEET where to find your template:- Navigate to Administration > Configuration Properties
- Add or update this property:
Step 6: Configure Data Model
Attach a risksheet.json configuration file to your template document:- Open your template document in edit mode
- Attach a file named
risksheet.json - Define your data model, columns, and levels
Step 7: Create New RISKSHEET Documents
Create RISKSHEET documents from your template:- Click the RISKSHEET topic in the sidebar
- Click + New Blank Document
- Select your template from the dropdown
- Enter a document name and location
- Click Create
Troubleshooting Common Issues
| Symptom | Cause | Solution |
|---|---|---|
| RISKSHEET topic missing | Demo project not installed | Install demo project via Administration |
| Configuration errors on first load | Data model mismatch | Review risksheet.json and ensure work item types match |
| Template not appearing in dropdown | Template path incorrect | Verify nextedy.risksheet.risksheetTemplatePath matches actual document location |
| Cannot edit cells | Permission restrictions | Check user permissions for the work item type |
Verification
You should now see:- RISKSHEET topic in the Polarion sidebar
- Your template listed when clicking ”+ New Blank Document”
- A functional RISKSHEET grid with your configured columns
- Ability to create and edit risk items directly in the grid
See Also
- Configure Multi-Project Setup
- Use the Configuration Editor
- Set Up Global Templates
- Configure Permissions
- Risksheet.json Format
Sources
Sources
KB Articles
- How to install Risksheet into existing project (Drive pilot)
- Adjusting Risksheet configuration
- Setup a global Risksheet template
RisksheetProjectProperties.javaRisksheetViewServlet.javaAppConfig.tsRisksheetSetupService.javaRisksheetProduct.java