Step 1: Define the Task Data Type
In thedataTypes section of risksheet.json, configure the downstream item type:
| Property | Description |
|---|---|
type | Polarion work item type for downstream items |
role | Link role connecting the risk item to the downstream item |
showInMenu | Controls whether the item creation option appears in menus (default: true) |
name | Display name shown in menus and context actions |
Step 2: Add Downstream Columns
Add columns that bind to downstream task properties using thetask. binding prefix:
Step 4: Filter Downstream Items
Downstream items are automatically filtered by the configuredtype in dataTypes.task. Only work items matching this type appear as downstream items.
To apply additional query-based filtering, configure a custom query in the task data type:
Custom query filtering on tasks is controlled by the
nextedy.risksheet.applyQueryOnTasks project property. When set to true (default), the query further filters which tasks are shown.Step 5: Load Tasks from a Document
To retrieve downstream tasks from a specific document location instead of work item links, configure theloadTasksFromDocument property in the task data type:
Verification
Save the configuration and reload your Risksheet. You should now see the downstream columns in the grid. Right-click on a risk item row and select the option to create a new mitigation task. The new task should appear in the downstream columns linked to the risk item.See Also
- Configure Upstream Traceability Columns — add upstream link columns
- Configure Downstream Tasks — risk management workflows
- Configure Multiple Downstream Types — multiple task types
- Show Multiple Linked Items — display multiple items per cell
- Export to PDF — export downstream tables to PDF
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