Understanding Creation vs. Loading
By default, RISKSHEET creates new items in the same document you load them from. You can override this behavior to:- Load items from multiple documents but create new ones in a single target document
- Load items from a query across projects but create in a specific project and document
- Separate read scope (what appears in autocomplete) from write scope (where new items go)
Configure Target Document for Downstream Items
To create new downstream items (tasks, mitigations) in a specific document:- Open your
risksheet.jsonconfiguration file - Locate the downstream dataType definition (e.g.,
task) - Add the
createInDocumentproperty with the full document path:
Configure Target Document for Upstream Items
For upstream items (hazards, requirements), configure the target in the column’stypeProperties:
Create in Current Document
To force new items into the current RISKSHEET document (not the source document):Multi-Project Creation Workflow
When creating items with multiple projects configured, users choose the target project and type:| Step | User Action | System Behavior |
|---|---|---|
| 1 | Click + to create item | Opens creation dialog |
| 2 | Select project dropdown | Shows all configured projects |
| 3 | Select work item type | Shows types available in selected project |
| 4 | Fill item properties | Creates item in selected project/document |
If the user doesn’t select a project, RISKSHEET uses the first project in the comma-separated
project list.Decision Matrix: Which Configuration to Use?
Verification
After configuring target document creation:- Open a RISKSHEET and create a new linked item
- Navigate to the target document in Polarion
- You should see the newly created work item in the specified document, regardless of which documents you queried for loading existing items
- Autocomplete should still show items from all configured sources, but creation always goes to the target document
See Also
- Configure Upstream Traceability Columns
- Configure Downstream Traceability Columns
- Configure Multi-Project Setup
- Configure Queries
Sources
Sources
KB Articles
- Configure downstream traceability columns (tasks, risk control measures)
- Configure upstream traceability columns
- Risksheet Configuration Properties
RisksheetViewServlet.javaExportToPdf.tsPdfExportConfigurationService.javaDocumentConfigProvider.javaNewBaselineCommand.ts