Prerequisites
Before starting, ensure you have:- Risksheet installed and licensed in your Siemens Polarion ALM project
- Administrative access to edit the sheet configuration file (
risksheet.json) - Familiarity with the configuration editor
Choose a Review Strategy
Risksheet supports three mutually exclusive review strategies. Select the one that matches your compliance and workflow requirements. For an in-depth comparison of how each strategy stores review data and when to use each one, see Review Workflows.
1
Enable Comment-Based Reviews
Comment-based reviews store feedback as standard Polarion comments on work items. This is the simplest option to configure.Add the When enabled, reviews display with:
reviews section to your sheet configuration:- Author name (falls back to user ID if name is unavailable)
- Timestamp in
yyyy-MM-dd HH:mmformat - Optional title (shown in bold)
- HTML-rendered comment content
risk_reviews CSS class, which you can customize in your styles section.For detailed comment-based configuration, see Configure Comment-Based Reviews.2
Enable Approval-Based Reviews (Alternative)
Risksheet approval review creates approval-tagged comments but does NOT trigger Polarion’s formal approval workflow (draft -> reviewed -> approved). Use this mode for capturing reviewer sign-off as comments — not as a substitute for Polarion’s built-in document approval state transitions. If you need formal state transitions, drive them through your standard Polarion document workflow alongside Risksheet reviews.
3
Enable Work Item-Based Reviews (Alternative)
itemTypes and linkRole are required.The itemTypes property is a comma-separated string of Polarion work item type IDs (not a JSON array). To accept more than one review work item type on the same column, list the type IDs separated by commas:4
Enable Reviewer Mode
When a user accesses Risksheet in reviewer mode, editing is restricted and review-specific UI controls are displayed. The When
reviewer property controls this behavior:reviewer is set to true, the grid restricts editing and shows review-specific controls. This is typically set dynamically based on user role rather than statically in the sheet configuration.Customizing Review Display
You can customize how reviews appear using CSS targeting therisk_reviews class:
itemTemplate property in typeProperties to control how each review entry is rendered. Without a custom template, the default display includes a clickable work item ID link, author name, creation date, title, and description.
Verification
After saving your sheet configuration:- Reload the Risksheet document in your browser
- You should now see review controls available in the grid interface (the exact location depends on your review strategy)
- Create a test review on a risk item to confirm the review system is active
- Verify the review displays with author, timestamp, and content
See Also
- Configure Comment-Based Reviews — detailed comment review setup
- Configure Approval-Based Reviews — formal approval workflows
- Configure Work Item-Based Reviews — review task lifecycle tracking
- Manage Cross-Project Reviews — reviews across multiple projects
- Configure Permissions — access control for reviewers