Prerequisites
Before starting, ensure you have:- Risksheet installed and licensed in your Polarion project
- Administrative access to edit
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.| Strategy | reviewManager Value | Use When |
|---|---|---|
| Comment-based | CommentBased | Lightweight feedback cycles during analysis development |
| Approval-based | ApprovalBased | Formal sign-off needed for compliance audits (ISO 26262, ISO 14971) |
| Work item-based | WorkItemBased | Review tasks need full lifecycle tracking as Polarion work items |
Step 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 thereviews section to your risksheet.json:
- 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.
Step 2 — Enable Approval-Based Reviews (Alternative)
Step 3 — Enable Work Item-Based Reviews (Alternative)
linkTypes and linkRole are required. For the full property reference and cross-project storage options, see Configure Work Item-Based Reviews.
Step 4 — Enable Reviewer Mode
When a user accesses Risksheet in reviewer mode, editing is restricted and review-specific UI controls are displayed. Thereviewer 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 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 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
Sources
Sources
KB ArticlesSupport TicketsSource Code
AppConfig.tsIReview.javaCommentBasedReview.javaSystemConsts.javarisksheet.json