Current Status
Nextedy RISKSHEET does not currently support Polarion Collections as a first-class organizational unit. This means:
Risksheet documents cannot be directly scoped to a specific Collection
Collection-aware filtering (e.g., showing only work items within a Collection) is not available
Collection-based permission inheritance does not apply to Risksheet views
Collections support is planned for future development, with PowerSheet receiving priority implementation. Monitor the Changelog for updates on Collections integration roadmap.
Why Collections Matter
Polarion Collections enable teams to:
Organize multi-release projects : Group work items, documents, and plans by release version
Scope queries and reports : Filter content to a specific product variant or configuration
Manage permissions : Apply role-based access control at the Collection level rather than project-wide
Without Collections support, Risksheet views span the entire project regardless of Collection boundaries.
Workarounds for Multi-Release Scenarios
Option 1: Document Branching (Recommended)
Use Polarion’s branching feature to create release-specific Risksheet documents:
Create a baseline for each release (e.g., v1.0-baseline)
Branch your Risksheet document from that baseline
Each branch contains a frozen snapshot of work items from that release
Advantages :
True isolation between releases
Historical traceability preserved
No custom field configuration required
Limitations :
Changes to shared work items require manual propagation across branches
Branched documents are read-only unless configured with editableReferencedWorkItems
See Work with Branched Documents for complete setup instructions.
Option 2: Custom Field Filtering
Create a custom field to tag work items by release or variant, then filter Risksheet queries:
Add a targetRelease multiEnum field to work item types
Configure Risksheet query to filter by release:
{
"query" : "targetRelease:Release_2.0" ,
"dataTypes" : {
"risk" : {
"type" : "risk" ,
"role" : "relates_to"
}
}
}
Advantages :
Single Risksheet document can be filtered dynamically
No branching overhead
Easier to maintain shared work items
Limitations :
Requires manual tagging of all work items
No automatic permission scoping like Collections provide
Cross-release linked items may appear unexpectedly
See Configure Queries for advanced filtering patterns.
Option 3: Separate Projects
For strict isolation, create separate Polarion projects per release:
MyProduct_v1.0 (Project)
MyProduct_v2.0 (Project)
MyProduct_v3.0 (Project)
Each project contains its own Risksheet documents, ensuring complete separation.
Advantages :
Total isolation (permissions, queries, reports)
Clear organizational boundaries
No risk of cross-release data leakage
Limitations :
Difficult to share or reuse work items across releases
Increased administrative overhead
Traceability across releases requires cross-project linking
See Configure Multi-Project Setup for cross-project configuration patterns.
Feature Gap Impact Table
Workflow Requirement Collections Solve This Current Risksheet Workaround Filter risks by release version Collection-scoped queries Custom field + query filtering Show only items in target variant Collection membership checks Branching or custom field tagging Apply release-specific permissions Collection role inheritance Project-level permissions only Organize documents by product line Collection folder structure Separate projects or document folders Track multi-variant configurations Collection variant management Custom multiEnum fields
Many teams use branching for major releases and custom field filtering for minor variants within each release. This hybrid approach balances isolation with flexibility.
Requesting Collections Support
If Collections support is critical for your workflow:
Submit a feature request via Nextedy Support
Describe your specific use case (multi-release, multi-variant, permission scoping, etc.)
Provide business impact details to help prioritize development
Verification Steps
To confirm your chosen workaround is functioning:
For Branched Documents:
Open a branched Risksheet document
Verify that only work items from the baseline snapshot appear
Check that linked items resolve to the correct historical revision
For Query Filtering:
Open your Risksheet document
Verify the displayed work items match your query filter (e.g., targetRelease:Release_2.0)
Test editing a work item and ensure the custom field value is preserved
For Separate Projects:
Open Risksheet documents in each project
Verify that work items do not leak across projects
Test cross-project linking if needed for traceability
See Also
Support Tickets Source Code
RisksheetDataStorage.java
AppConfigParser.ts