Skip to main content

Option 1: Use the Project Navigation Sidebar

Risksheet registers itself as a navigation item in the Polarion project sidebar. The menu label dynamically reflects the configured tool name from your project properties.
  1. Open your Polarion project in the browser
  2. Look for the Risksheet entry in the left navigation sidebar
  3. Click it to open the Risksheet home view for the current project
The navigation URL follows the pattern:
/polarion/risksheet/view?project=<projectId>
This lands you on the document selection interface where you can browse folders and select existing Risksheet documents or create new ones.
Administrators can customize the navigation label using the tool name project property. For example, you might see “FMEA Tool” or “Risk Matrix” instead of “Risksheet” if your organization has rebranded the tool.

Option 2: Navigate Directly via URL

Construct a direct URL to a specific Risksheet document using the project ID and document path: diagram
ParameterDescriptionRequired
projectPolarion project IDYes
documentDocument path within the projectYes
revisionSpecific revision to view (read-only)No
comparingToRevision to compare againstNo
When you specify a revision parameter, the Risksheet opens in read-only mode displaying the historical state of the document at that revision.

Option 3: Open LiveDoc from Risksheet

Risksheet provides a command to navigate from the risk grid back to the parent LiveDoc document:
  1. Open a Risksheet document
  2. Use the Open LiveDoc command from the toolbar or menu
  3. The parent Polarion document opens in a new browser tab
This provides bidirectional navigation between the interactive Risksheet grid and the LiveDoc document context.

Option 4: Configure a Custom Help URL

You can set a custom help URL that the Risksheet Help button opens, pointing to your internal documentation portal:
{
  "global": {
    "help": "https://your-wiki.example.com/risksheet-docs"
  }
}
The settings.global.help property accepts any URL. When not configured, the Help button defaults to the Nextedy support portal.

Context Menu Navigation

The Risksheet context menu (right-click on any cell) provides additional navigation options:
  • Open Row Item — Opens the current row’s work item in Polarion’s work item editor (always available)
  • Open Linked Item — Opens a linked upstream work item when clicking on an item link column
  • Open Task Item — Opens a linked downstream task from a task link column
These options let you drill into individual work items without leaving the Risksheet context.

Session Keep-Alive

During long editing sessions, Risksheet automatically sends keep-alive signals to prevent your Polarion session from timing out. This ensures you do not lose unsaved work when navigating between Risksheet and other Polarion views.
The keep-alive interval depends on your Polarion server’s session timeout configuration. Contact your administrator if you experience session timeouts during extended editing sessions.

Verification

After setting up navigation:
  1. Open your Polarion project in the browser
  2. Click the Risksheet entry in the project navigation sidebar
You should now see the Risksheet home view with a list of available folders and risk analysis documents. Selecting a document opens the interactive Risksheet grid.

See Also

KB ArticlesSupport TicketsSource Code
  • OpenLiveDocCommand.ts
  • RisksheetNavigationExtender.java
  • RiskSheetContextMenu.ts
  • AppConfig.ts
  • AppConfigParser.ts