Prerequisites
- Access to the RISKSHEET configuration file (
risksheet.json) - Understanding of your project’s user roles in Polarion
- Basic familiarity with column configuration syntax
Configuration Steps
1. Locate the Column Configuration Section
Open yourrisksheet.json file and find the columns array where you want to add the assignee column.
2. Add the Assignee Column Definition
For a risk item assignee column, add this configuration:3. Understanding the Configuration
| Property | Purpose |
|---|---|
bindings | "assignee" for risk items, "task.assignee" for tasks, or "ITEMID.assignee" for other linked items |
type | "ref:user" designates this as a user reference column |
typeProperties.userRole | Filters assignee options to users with the specified role (typically "project_assignable") |
id | Unique identifier for this column |
width | Column width in pixels |
4. Save and Reload
After adding the column configuration:- Save the
risksheet.jsonfile - Reload your RISKSHEET document in Polarion
- The new assignee column will appear in the configured position
Verification
You should now see:- An Assignee column in your RISKSHEET
- A dropdown selector when you click any cell in the column
- A filtered list of users based on the
project_assignablerole (or your specified role) - The ability to assign and reassign responsibility for items
Common Use Cases
- Risk-level assignee: Person responsible for managing the risk
- Task-level assignee: Person implementing the mitigation action
- Downstream item assignee: Using
"ITEMID.assignee"syntax for other linked work items
See Also
- Add a Basic Column - Learn basic column configuration patterns
- Configure Upstream Traceability Columns - Display properties of linked upstream items
- User Reference Columns - Complete reference for user column types
- User Roles and Permissions - Understanding role-based access control
- Field Mapping - How fields map between RISKSHEET and Polarion
Sources
Sources
KB ArticlesSupport TicketsSource Code
risksheet.jsonGetSetUtil.javaTextEditor.tsConfigureColumnsCommand.tsAppConfig.ts