Enable Approval-Based Reviews
Add the following configuration to yourrisksheet.json file:
How Approval-Based Reviews Work
Approval-based reviews integrate with Polarion’s document approval system:Add a Review Display Column
To display approval reviews in your RISKSHEET, add a review column:reviewsRendered binding automatically retrieves and displays all approval comments for each work item.
Review Display Format
Approval-based reviews appear with:- Reviewer name: Full name (or user ID if name unavailable)
- Timestamp: Date and time of approval comment (yyyy-MM-dd HH:mm format)
- Comment text: The approval comment content
- CSS styling: Wrapped in
risk_reviewsclass for custom styling
Filter Behavior
The approval-based review manager automatically:- ✅ Shows only comments titled “Approval comment”
- ❌ Hides resolved comments
- ❌ Excludes unresolvable comments
- ❌ Filters out regular (non-approval) comments
Comparison with Other Review Types
| Feature | Approval-Based | Comment-Based | Work Item-Based |
|---|---|---|---|
| Storage | Approval comments | All comments | Separate work items |
| Filtering | Only “Approval comment” | All comments | Query-based |
| Configuration | Minimal | Minimal | Complex (requires typeProperties) |
| Best For | Document approval workflows | Lightweight reviews | Structured review tracking |
Verify Your Configuration
- Save your
risksheet.jsonconfiguration - Refresh your RISKSHEET page
- Navigate to a work item in Polarion and add an approval comment
- Return to RISKSHEET
Approval-based reviews are designed for organizations using Polarion’s document approval workflows. If your process doesn’t use formal approvals, consider comment-based reviews for simpler review tracking.
See Also
- Set Up Review Process — Overview of review configuration options
- Configure Comment-Based Reviews — Lightweight review alternative
- Configure Work Item-Based Reviews — Structured review tracking
- Review Workflows — Conceptual overview of review systems
Sources
Sources
KB ArticlesSupport TicketsSource Code
AppConfig.tsApprovalBasedReview.javaIReview.javarisksheet.jsonSystemConsts.java