Prerequisites
- Risksheet installed and configured in your Siemens Polarion ALM project
- Access to the sheet configuration file (risksheet.json) — see Find Configuration Files
- A Polarion work item type defined for review records (e.g.,
reviewItem) - A link role configured in Polarion for review relationships (e.g.,
reviews)
How Work Item-Based Reviews Work
When you select the work item-based review strategy, each review creates a new Polarion work item of the configured type. The review work item is linked to the reviewed risk item via a configurable link role. Links preserve the revision of the reviewed item for auditability.Review Strategy Context
Risksheet supports three review strategies, selectable via thereviewManager property in the sheet configuration:
- Comment-based — lightweight reviews stored as Polarion work item comments
- Work item-based — full traceability with separate Polarion work items (this guide)
- Approval review — approval-tagged comments
Risksheet approval review creates approval-tagged comments but does not trigger Polarion’s formal approval workflow (draft → reviewed → approved). For traceable, queryable review records with audit trails, use the work item-based strategy described on this page.
1
2
Configure Cross-Project Storage (Optional)
To store reviews in a dedicated document or different project, add the optional properties:When a target
document is specified, new review work items are automatically positioned after the last existing review item of the same type in that document, maintaining chronological ordering.All review work items are stored as standard Polarion work items, subject to Polarion authorization and fully traceable via Polarion’s audit infrastructure. Risksheet does not maintain a separate data store for reviews.3
Customize Review Display (Optional)
By default, each review in the Reviews column shows:Reviews are wrapped with the
- Work item ID as a clickable hyperlink to the review work item
- Author name (bold)
- Creation date in
yyyy-MM-dd HH:mmformat - Title (if different from description)
- Description rendered as HTML
itemTemplate property:Test custom item templates in a development environment before deploying. The template supports HTML with dynamic placeholders resolved at render time.
risk_reviews CSS class, enabling additional styling through cell styles.4
Toggle Review Columns and Create Reviews
- Open the risksheet in your Polarion LiveDoc
- Toggle review columns visible using the toolbar
- Locate the risk item you want to review
- Enter a review title and text in the Add Review column
- The system creates a new work item of the configured type, links it to the risk item, and displays it in the Reviews column
When to Use Work Item-Based Reviews
Work item-based reviews are ideal for regulated environments where compliance standards require traceable, independently queryable review records — for example, ISO 26262, ISO 14971, or IEC 61508 projects where review evidence must be auditable. Unlike approval review (which does not drive Polarion’s formal approval state machine), work item-based reviews produce first-class Polarion artifacts that can participate in workflows, queries, and reports.
Troubleshooting
Verification
After completing configuration, you should now see:- Review toggle available in the Risksheet toolbar
- New reviews create separate work items in Polarion of the configured type
- Bidirectional links between reviewed risk items and review work items
- Review work items visible both in the Risksheet Reviews column and in Polarion’s work item views
- If cross-project storage is configured, review work items appear in the target project/document
See Also
- Set Up Review Process — overview of all review strategies
- Configure Comment-Based Reviews — lightweight reviews using Polarion comments
- Configure Approval-Based Reviews — approval-tagged comments (does not drive formal Polarion approval workflow)
- Manage Cross-Project Reviews — reviews spanning multiple Polarion projects
- Configure Cross-Project Linking — general cross-project linking setup