Why Configure a Target Document
By default, when you create a new linked work item from a Risksheet column, the item is stored in the Polarion tracker rather than in a specific document. For regulated workflows (FMEA, HARA), you typically need new risk controls, mitigation tasks, or verification activities stored in designated documents to maintain document-level traceability. ThecreateInDocument parameter lets you specify exactly which document receives new items, independently of where existing items are loaded from.
1
Configure for Downstream Items
For downstream task and mitigation items, place The
createInDocument inside the dataTypes section of your sheet configuration:createInDocument value uses the folder/docID path format, matching the Polarion document structure.2
Configure for Upstream Items
For upstream linked items, place
createInDocument in the column’s typeProperties:3
Use createInCurrentDocument for Document-Scoped Items
When you want new items stored in the current document rather than a separate one, use This is useful when each Risksheet document should contain its own risk items rather than storing them in a shared document.
createInCurrentDocument:Common Pattern: Load Project-Wide, Create in Specific Document
A frequent configuration pattern loads existing items from the entire project (nodocument parameter) while directing new items to a specific document:
Risks/MitigationTasks.
Limitations
Verification
After configuringcreateInDocument:
- Open the Risksheet document and create a new downstream task or linked item
- Save the document
- Navigate to the target document in Polarion
See Also
- Configure Downstream Tasks — task data type configuration
- Configure Multiple Downstream Types — multiple task types with different target documents
- Configure Cross-Project Linking — cross-project item creation and display
- Configure Multi-Project Setup — project-level configuration