Prerequisites
Before enabling cross-project reviews, ensure:- Work item-based review manager is configured (comment-based and approval-based reviews are limited to single projects)
- Cross-project permissions are properly configured in Polarion
- Target project(s) exist and are accessible to reviewers
Configure Cross-Project Review Storage
Edit yourrisksheet.json to specify where reviews should be created:
project: Target project ID where review work items will be createddocument: Specific document within the target project (format:PROJECT/DOCUMENT_ID)query: Optional filter to show only relevant reviews (e.g., exclude closed reviews)
Use Dynamic Project Resolution
For flexible cross-project scenarios, use Velocity expressions to determine the target project dynamically:Cross-Project Review Workflow
Configure Cross-Project Permissions
Cross-project reviews require specific Polarion permissions:- For reviewers: Grant “Create Work Items” permission in the target review project
- For risk managers: Grant “Read Work Items” permission in the target review project
- Link role visibility: Ensure the link role (
reviews) is visible across both projects
project.xml in both projects to allow the link role:
Retrieve Cross-Project Reviews
RISKSHEET automatically retrieves linked reviews regardless of project location. Thequery property filters which reviews appear:
Limitations
- Comment-based reviews: Always stored on the work item itself—cannot be cross-project
- Approval-based reviews: Use Polarion’s approval system—limited to the document’s project
- Transitive linking: The
projectparameter filters direct linked items only. For multi-hop dependencies (Project A → Project A → Project B), use nested Risksheets or separate queries
Verification
After configuring cross-project reviews:- Open a risk item in your RISKSHEET
- Click the review button to create a new review
- Navigate to the target project in Polarion
- Verify the review work item was created with the correct link back to the source risk
See Also
- Configure Work Item-Based Reviews
- Set Up Review Process
- Configure Cross-Project Linking
- Configure Permissions
Sources
Sources
KB ArticlesSupport TicketsSource Code
WorkItemBasedReview.javaIReview.javaAppConfig.tsrisksheet.jsonCommentBasedReview.java