Overview
Downstream tasks represent work items that mitigate, address, or implement actions for your risk items. By default, RISKSHEET displays tasks linked via the configured link role (e.g., “mitigates”). You can control where tasks are loaded from, where new tasks are created, and which task properties appear as columns.Basic Configuration
1. Define the Task Work Item Type
In therisksheet.json file, add a task section under dataTypes:
type– The Polarion work item type ID for downstream items (e.g.,task,riskControl,issue)role– The link role connecting risk items to tasks (e.g.,mitigates,addresses)name– Display label for the task level in the toolbar (e.g., ”+ Risk Mit. Measure”)zoomColumn– Column ID that receives focus when creating a new task
2. Add a Task Link Column
Add a column with"type": "taskLink" to display the task ID:
id property (task in this example) becomes the reference for additional columns.
3. Add Task Property Columns
Display task properties using dot notation:{taskId}.{property}:
| Task Column ID | Property | Bindings |
|---|---|---|
task | Title | "task.title" |
task | Status | "task.status" |
issue | Due Date | "issue.dueDate" |
requirement | Assignee | "requirement.assignee" |
Control Task Loading
Load from Specific Documents or Projects
Usedocument, project, or query to filter which tasks are loaded:
Control Task Creation Location
Create in Current Document
Force new tasks to be created in the same document as the risk items:Create in Specific Document
Specify a target document for new tasks (version 24.8.1+):Multi-Project Task Creation
When loading from multiple projects (version 25.3.1+), users can select the target project and work item type when creating new tasks:If the user doesn’t select a project or type, the first value in each comma-separated list is used by default.
Configuration Flow Diagram
Verification
After configuration:- Open your RISKSHEET document
- You should see downstream task columns in the configured column group
- Existing linked tasks appear automatically
- The toolbar shows a ”+ {Task Name}” button for creating new tasks
- New tasks are created in the configured target location
See Also
- Configure Multiple Downstream Types – Link multiple work item types (tasks, issues, requirements) to a single risk
- Show Multiple Linked Items – Display multiple linked items in a single column
- Configure Downstream Traceability Columns – Advanced downstream traceability configuration
- Data Model and Work Items – Understanding work item relationships in RISKSHEET
- Traceability and Linking – Conceptual overview of traceability
- Task Link Columns – Reference documentation for task link column type
Sources
Sources
KB Articles
- Configure downstream traceability columns (tasks, risk control measures)
- Risksheet Configuration Properties
- What Work Items are visible on the Risksheet and understanding levels
- Open Risksheet from item on another Risksheet
DefaultTraceProvider.javarisksheet.jsonCellPreviewFormatter.tsResultFilter.javaAddTaskCommand.ts