Add the Downstream Link Column
Define the downstream work item type in thedataTypes section of your risksheet.json configuration:
type specifies the work item type ID, role defines the link relationship, and zoomColumn identifies which column to focus when navigating to the task.
Display Task Information
Add ataskLink column to show the linked downstream items:
id is critical—you’ll reference it when adding additional task property columns.
Show Task Properties
Display task properties using dot notation with the task column ID:Control Data Source
Load from Specific Location
Usedocument, project, and query parameters to control where tasks are loaded:
Load from Multiple Projects
Starting with version 23.7.0, you can load tasks from multiple projects:Configure Task Creation
Create in Current Document
Force new tasks to be created in the current RISKSHEET document:Create in Specific Document
Starting with version 24.8.1, specify a target document for new tasks while loading from any location:Multi-Project Task Creation
Starting with version 25.3.1, users can choose which project and type to use when creating tasks in multi-project configurations:
If no selection is made, the first project and type in the list will be used by default.
Verification
After configuration, your RISKSHEET should display:- A task ID column showing linked downstream items
- Additional columns displaying task properties (title, status, assignee, etc.)
- The ability to create new tasks from the grid (unless disabled)
- Tasks filtered according to your document/project/query settings
See Also
- Configure Multiple Downstream Types - Link different types of downstream items (tasks, issues, etc.)
- Show Multiple Linked Items - Display multiple tasks per risk item
- Configure Upstream Traceability Columns - Link parent/upstream items
- Item Link Columns - Column type reference
- Task Link Columns - Task-specific column reference
Sources
Sources
KB Articles
- Add Risksheet column
- Configure downstream traceability columns (tasks, risk control measures)
- Configure upstream traceability columns
- Enable editing of read-only up-stream columns
- Configure upstream column to show multiple linked work items
RisksheetProjectProperties.javaExportToPdf.tsDefaultTraceProvider.javarisksheet.jsonPolarionAppConfigManager.java