Choose a Review Strategy
Nextedy RISKSHEET supports three review approaches, each suited to different workflow requirements:| Review Type | Best For | Storage Method | Configuration Complexity |
|---|---|---|---|
| Comment-Based | Lightweight reviews and informal feedback | Polarion comments on work items | Low |
| Approval-Based | Formal approval workflows with audit trails | Polarion approval comments | Low |
| Work Item-Based | Structured reviews with status tracking | Separate linked work items | Medium |
Configure Your Review Manager
Open yourrisksheet.json configuration file and add a reviews section within the root object:
"CommentBased" with one of these values:
"CommentBased"— Reviews stored as work item comments"ApprovalBased"— Reviews use Polarion approval workflow"WorkItemBased"— Reviews created as separate work items
Review Workflow Diagram
Additional Configuration for Work Item-Based Reviews
If you selected"WorkItemBased", add typeProperties to specify where and how review work items are created:
Required Properties
linkTypes— Work item type ID for review items (e.g.,"review")linkRole— Link role connecting reviews to risk items (e.g.,"review")
Optional Properties
query— Filter which reviews appear (e.g.,"NOT status:closed")document— Target document for review creation (format:"SPACE/DocumentName")project— Target project ID (alternative to document)itemTemplate— Custom HTML template for review rendering
Enable Review Columns
Reviews appear automatically in RISKSHEET once configured, but you can add dedicated columns to control visibility:Verification
After saving your configuration:- Reload the RISKSHEET widget in Polarion
- Right-click any risk item row
- Select “Add Review” from the context menu
- Enter review title and content, then save
yyyy-MM-dd HH:mm format, and your entered content.
See Also
- Configure Comment-Based Reviews — Detailed setup for lightweight review workflows
- Configure Approval-Based Reviews — Formal approval integration
- Configure Work Item-Based Reviews — Structured review tracking
- Review Workflows — Conceptual overview of review strategies
- Configuration System — Understanding RISKSHEET configuration hierarchy
Sources
Sources
KB ArticlesSupport TicketsSource Code
AppConfig.tsIReview.javaCommentBasedReview.javaSystemConsts.javarisksheet.json