"helpCenter": {
"server": "https://support.ptc.com",
"product": "help/codebeamer",
"folder": "codebeamer",
"releasePrefix": "r"
},
|
Property Name
|
Description
|
Default Value
|
|---|---|---|
|
"server"
|
The server part in the URL of the help link.
|
"https://support.ptc.com"
|
|
"product"
|
The product part in the URL of the help link.
|
"help/codebeamer"
|
|
"folder"
|
The folder part in the URL of the help link.
|
"codebeamer"
|
|
"releasePrefix"
|
The release prefix part in the URL of the help link.
|
"r"
|
|
|
The <language> part of the help links changes dynamically based on the language set by the user in Codebeamer.
|
|
|
The following steps are provided only as a hint. You must update all values according to your server configuration.
|

|
|
If you want to set up a local help center website on IIS for testing and development purposes only, refer to the Setting Up a Local Help Center Website for Testing Purposes Using
Microsoft IIS section.
|
"helpCenter" : {
"folder" : "codebeamer",
"product" : "codebeamer_hc-r<Codebeamer major version>",
"releasePrefix" : "r",
"server" : "https://www.myhelpcenter.com"
}
|
|
The following steps are only intended for setting up a local website using Microsoft IIS for development and testing purposes. Do not use these instructions to configure a live or a production site, because they may cause security vulnerabilities and system instability.
|
|
|
The steps to install and enable IIS may vary based on your Windows version. The following steps refer to Windows 11. You must have administrator rights on your Windows operating system.
The connection between Codebeamer and the local help center described in this section works only if you open the help links on the same computer where your localhost IIS website runs.
|
"helpCenter" : {
"folder" : "codebeamer",
"product" : "codebeamer_hc-r<Codebeamer major version>",
"releasePrefix" : "r",
"server" : "http://localhost"
}
|
|
You can test the connection by hovering the pointer over or clicking the Help Center link located in the lower area of the Application Configuration page.
|