1
Understand the Query System
Risksheet builds Lucene queries to retrieve work items from Polarion. The query combines three components using AND logic:
- Type filter — which work item types to include
- Project/document scope — restricts to the current document
- Custom query — your optional additional filter
2
Configure Work Item Type Filtering
Specify which work item types appear in the Risksheet using the
dataTypes configuration. Multiple types are combined with OR logic.3
Add Custom Query Filters
Add a The custom query is ANDed with the type and scope filters. Empty or whitespace-only queries are automatically ignored.
query property to your data type configuration to apply additional Lucene filters:4
Use Escaped Quotation Marks
When embedding queries with quotation marks in sheet configuration, use backslash escaping:
5
Configure Autocomplete Search Behavior
Control how the item search and autocomplete behaves when linking items. These properties are set in Administration > Nextedy Risksheet at the project level:
6
Configure Multi-Project Queries
When working with cross-project Risksheets, you can define multiple projects for upstream columns using configuration properties with Velocity snippets.
Verification
Open your Risksheet document and verify that:- Only work items matching your configured types appear in the grid.
- Custom query filters correctly limit the displayed items.
- Autocomplete search returns relevant results when linking items.
See Also
- Use Query Factory — dynamic query generation for autocomplete filtering
- Configure Upstream Traceability Columns — set up linked item columns
- Configure Cross-Project Linking — queries across multiple projects