Prerequisites
- Risksheet installed and configured in your Polarion project
- Access to the
risksheet.jsonconfiguration file (see Find Configuration Files) - Users with comment creation permissions on the target work items
How Comment-Based Reviews Work
Comment-based reviews use standard Polarion work item comments as the review mechanism. When a reviewer adds a review through Risksheet, it creates a regular Polarion comment on the underlying work item. Each review displays the author name, timestamp, optional title, and formatted content.Step 1: Enable Comment-Based Reviews
Open yourrisksheet.json configuration and add the reviews section with reviewManager set to CommentBased:
Step 2: Toggle Review Columns in the Grid
Once comment-based reviews are configured, display the review columns in the grid:- Open the Risksheet in your Polarion LiveDoc
- Use the review toggle command in the toolbar to show review columns
- Two system columns appear:
- Reviews column — displays existing review comments for each risk item
- Add Review column — provides the interface for creating new reviews
Step 3: Create a Review
To add a review on a risk item:- Locate the risk item row in the grid
- Click the add review control in the Add Review column
- Enter a title (optional) and review text (required)
- Submit the review
Step 4: View Existing Reviews
The Reviews column displays all active reviews for each risk item:| Field | Description |
|---|---|
| Author | Reviewer’s full name from Polarion (falls back to user ID if name is unavailable) |
| Timestamp | Creation date and time in yyyy-MM-dd HH:mm format |
| Title | Optional title displayed in bold (if provided during creation) |
| Content | Review text rendered as HTML |
- Resolved comments — comments marked as resolved in Polarion
- Unresolvable comments — comments that cannot be loaded (e.g., from deleted users)
Step 5: Customize Review Styling (Optional)
Review content is wrapped with therisk_reviews CSS class. You can customize the appearance by targeting this class in your Polarion CSS:
When to Use Comment-Based Reviews
| Advantage | Limitation |
|---|---|
| Simplest setup — single configuration property | Limited metadata per review |
| Reviews visible in Polarion’s native comment history | No separate work item for tracking |
| No additional work item types required | Cannot query reviews independently via Polarion |
| Comments preserved in work item audit trail | Plain text only (not rich text) |
Troubleshooting
| Issue | Cause | Solution |
|---|---|---|
| Reviews do not appear after creation | Browser cache or session issue | Refresh the page and verify the comment exists in Polarion |
| Cannot create reviews | Insufficient permissions | Verify the user has comment creation permissions on the work item |
| Review shows user ID instead of name | Polarion user profile incomplete | Update the reviewer’s full name in Polarion user administration |
| Review columns not visible | Review toggle not activated | Use the toolbar toggle to show review columns |
Verification
After completing configuration, you should now see:- The review toggle available in the Risksheet toolbar
- Reviews and Add Review columns appear when toggled on
- New reviews created through the grid appear as comments in Polarion’s work item detail view
- Author names, timestamps, and content display correctly in the Reviews column
See Also
- Set Up Review Process — overview of all review strategies
- Configure Approval-Based Reviews — formal sign-off workflows using Polarion approvals
- Configure Work Item-Based Reviews — reviews stored as separate linked work items
- Manage Cross-Project Reviews — reviews spanning multiple Polarion projects
Sources
Sources
KB ArticlesSource Code
IReview.javaCommentBasedReview.javaAppConfig.tsWorkItemBasedReview.javaApprovalBasedReview.java