URL Patterns
Risksheet uses several distinct URL patterns for different views and operations.Main View Parameters
These parameters control the primary Risksheet grid view.Example: Main View URLs
Revision Parameters
revision
The
revision parameter accepts:
- Empty string or absent: Opens the current (head) revision with normal editing permissions
- Numeric revision ID: Opens the specific historical revision in read-only mode
"head"keyword: Opens the latest revision (used programmatically when navigating between revisions)
revision value and optionally opens it in a new browser window.
comparingTo
When comparison mode is active:
- Added items appear highlighted with “added” indicators
- Removed items appear as ghost rows (placeholder rows for items that existed in the baseline but not in the current revision)
- Modified cells are individually highlighted with before/after tooltips
- The Show Unchanged toggle controls whether unchanged items remain visible
- Downstream task changes are tracked separately from master risk item changes
- The
comparingToparameter is removed from the URL - Ghost items (placeholder rows) are cleared from the grid
- The original sort order is restored
- Comparison-specific CSS classes are removed
- The grid refreshes to normal view
Comparison URL management works in both standalone browser windows and iframe contexts (when Risksheet is embedded in a LiveDoc page). In iframe mode, the parent page URL is not affected.
Configuration Editor Parameters
The configuration editor opens in a separate browser window and uses its own URL pattern.Configuration Editor URL Pattern
Example: Configuration Editor URLs
The exact set of valid
type parameter values depends on the Risksheet version and the configuration editor’s available panels. Test specific type values in your environment.Navigation URL
Risksheet registers itself in Polarion’s project navigation sidebar. The sidebar link uses a simplified URL pattern without a document parameter:
The navigation label displayed in the sidebar is configurable via project properties and supports rebranding (e.g., displaying “Risksheet”, “Powersheet”, or a custom name).
Data Service URL
Risksheet constructs data service URLs internally to fetch grid data from the server. These URLs are not user-facing but are documented here for troubleshooting and integration purposes.
The data service URL is constructed from a template function that accepts these parameters and returns the fully qualified endpoint path.
Polarion Document URL
Risksheet provides a link back to the source Polarion wiki document. This URL is constructed from thebaseUrl, projectId, and documentId:
Runtime Context Properties
These properties are available in the Risksheet runtime context and influence URL construction. They are set automatically and cannot be configured via URL parameters.URL Encoding
Risksheet automatically URL-encodes parameter values when constructing URLs programmatically. This includes:- Document paths containing spaces or special characters
- Baseline names with special characters (when creating baselines)
- Revision identifiers
Complete Example
Typical URL patterns for an automotive FMEA project across different workflows:Parameter Interaction Summary
Related Pages
- Keyboard Shortcuts --- keyboard navigation within the Risksheet grid
- Configuration Properties Index --- full reference of sheet configuration properties
- Browser Compatibility --- supported browsers for Risksheet
- Saved Views --- saved column visibility presets