Skip to main content

OData API Endpoints

Query work item data from Polarion using OData endpoints for autocomplete, filtering, and data retrieval within the Risksheet grid.

Workflow Actions API

Execute document-level workflow transitions and status changes on risk documents programmatically through the Risksheet interface.

Suggestion and Autocomplete API

Configure custom autocomplete sources for text fields, item links, and task links using query factories and the suggestion endpoint.

PDF Export API

Generate formatted PDF reports from Risksheet data with configurable layouts, custom export scripts, and multi-page image support.

Velocity Template Context

Server-side Velocity context variables available in top panel templates, configuration scripts, and server-rendered columns.

JavaScript API

Client-side extension points including custom cell renderers, context menu actions, query factories, cell decorators, and formula functions.

API Integration Points

diagram
Define complex functions in risksheetTopPanel.vm using the Velocity context, then call them from risksheet.json formulas and cell decorators. This bridges server-side data access (project properties, document metadata) with client-side grid logic (formula execution, cell rendering).

See Also

Source Code
  • AppConfig.ts
  • AppConfigParser.ts
  • RisksheetViewServlet.java
  • SystemConsts.java