What ships out-of-the-box with Risksheet?
What ships out-of-the-box with Risksheet?
risksheet_template for general FMEA risk analysis and a risksheet_templateHara for HARA workflows. These templates provide starting configurations with pre-built columns, formulas, and risk scales. However, most organizations customize the configuration to match their specific work item types, custom fields, and risk methodologies. Risksheet does not require specific work item types or mandatory Polarion fields — it adapts to your existing Polarion setup through the sheet configuration.Where is the Risksheet configuration stored?
Where is the Risksheet configuration stored?
risksheet.json attached to each Polarion LiveDoc document. If a document does not have its own sheet configuration, it inherits the configuration from its Polarion document template hierarchy. You can also define global templates that multiple documents inherit from. The sheet configuration file contains the complete configuration including columns, dataTypes, levels, formulas, styles, cellDecorators, views, global, reviews, and sortBy. Rating and enumerated values are not stored as top-level sections in the file — they are defined as Polarion enumerations and referenced from columns (for example via type: rating:<enumId>). You can edit it using the built-in configuration editor (accessible to users with canAdmin privileges) or by modifying the JSON attachment directly.How do I configure multiple risk analysis types in one project?
How do I configure multiple risk analysis types in one project?
dataTypes section determines which Polarion work item types appear as risk items and mitigation tasks:Risks/Risk Specification), allowing you to organize different risk document types in different folders within your project.Does Risksheet require specific work item types or fields?
Does Risksheet require specific work item types or fields?
dataTypes.risk.type and dataTypes.task.type properties in sheet configuration. Columns are bound to any Polarion field using the bindings property. The system supports all standard Polarion field types: text, integer, float, date, datetime, time, boolean, enum, multiEnum, duration, currency, rating, and user references. Custom fields are accessed the same way as built-in fields.How do I customize the tool name and document labels?
How do I customize the tool name and document labels?
How does the autocomplete search work for linking items?
How does the autocomplete search work for linking items?
queryFactory functions on individual columns or data types.How do I create items within the current document?
How do I create items within the current document?
createInCurrentDocument parameter to store newly created upstream items within the same LiveDoc document rather than in a separate location. This is configured in the dataTypes section of sheet configuration and reduces context switching when building traceability chains.Does Risksheet support branching?
Does Risksheet support branching?
Can I disable suspect link marking for Risksheet changes?
Can I disable suspect link marking for Risksheet changes?
true in project administration. When enabled, edits made in Risksheet will not flag upstream or downstream linked items as suspect. This may be desirable in workflows where Risksheet edits are considered routine updates that should not require re-verification of linked items.Can I protect approved or verified work items from editing?
Can I protect approved or verified work items from editing?
id, status, type, project, outlineNumber, author, resolution, created, updated) are always read-only in Risksheet. Additionally, any column can be marked as readOnly in the column configuration, and the entire grid can be set to read-only using the top-level readonly property.Do catalogs work with Risksheet?
Do catalogs work with Risksheet?
See Also
- General Questions — overview and general product questions
- Feature Questions — capability details and limitations
- Licensing Model — license types and user management
- Getting Started — initial configuration tutorial
- Performance Troubleshooting — optimization and performance