Standard Project Templates
Standard templates are stored within individual projects and duplicated when creating new documents.Step 1: Create a Template Document
- Navigate to the space where you want to store templates (e.g.,
Risks/) - Create a new LiveDoc with your desired document type (e.g.,
riskSpecification) - Name it descriptively (e.g., “FMEA Template” or “HARA Template”)
- Configure the RISKSHEET as needed (columns, data types, risk matrices, etc.)
Step 2: Configure the Template Field
- Open Administration > Documents & Pages > Document Custom Fields
- Select your document type (e.g.,
Risk Specification) - Ensure the
templateDocfield exists with type Enum:Document - Open your template document
- In Document Properties, set
templateDocto the path of itself (e.g.,Risks/FMEA Template)
Step 3: Register the Template Path
- Navigate to Administration > Configuration Properties
- Add or update the property:
Step 4: Create Documents from Templates
- Open the Risksheet topic from the Polarion sidebar
- Click + New Blank Document
- Select your template from the list
- Enter a document name and location
- Click Create
Global Templates (Cross-Project)
Global templates allow you to share RISKSHEET configurations across multiple projects from a central repository.Step 1: Create a Global Template Project
- Create a Polarion project dedicated to templates (e.g.,
GlobalLibrary) - In this project, create your RISKSHEET template documents
- Critical difference: Change the
templateDocfield type to STRING (not Enum:Document):- Administration > Documents & Pages > Document Custom Fields
- Select your document type
- Change
templateDoctype fromEnum:DocumenttoSTRING
- Set the
templateDocproperty using the formatPROJECTID:path:
Step 2: Configure Target Projects
- In each project that will use the global template, change the
templateDocfield type to STRING - Add the configuration property pointing to the global template:
Step 3: Verify Global Template Access
- Open the Risksheet topic in a target project
- Click + New Blank Document
- You should see templates from the
GlobalLibraryproject - Create a document and open Configuration (gear icon)
- The configuration editor should indicate it’s loading from another project
Template Selection Flow
Verify the Setup
For standard templates:- Open the Risksheet topic
- Click + New Blank Document
- You should see your configured templates in the selection list
- Create a document and verify it inherits the expected configuration
- Verify the template appears in projects other than the
GlobalLibraryproject - Create a document from the global template
- Open Configuration and confirm it shows the source project in the title (e.g., “Configuration from GlobalLibrary”)
See Also
- Set Up Global Templates - Detailed global template configuration
- Configure Template Paths - Template path property reference
- Override Template Configuration - Document-specific configuration overrides
- Add RISKSHEET to Existing Project - Project setup guide
- Risksheet.json Format - Configuration file structure
Sources
Sources
KB ArticlesSupport TicketsSource Code
RisksheetProduct.javaDocumentConfigProvider.javaRisksheetSetupService.javaAppConfig.tsRisksheetViewServlet.java