"installation"
Configures installation location and the most important installation properties.
Example
"installation": {
"cbhome": "/home/<user>/cbhome/cb/",
"remoteURL": "http://localhost:8080/cb/remote-api",
"preferredUi": "CLASSIC",
"setup": false
},
Properties
Property Name
Description
Default Value
"cbhome"
Home directory where the Codebeamer  repository is.
"remoteURL"
URL pointing to remote API.
"setup"
If the setup wizard should run or not?
"customerTrackerId"
The id of the tracker to store the users when remote registration.
"bugTrackerId"
The id of various trackers where bug/feature/question can be reported.
"featureRequestTrackerId"
"questionTrackerId"
"submitterId"
The ID of the default submitter who adds the remotely registered users to the tracker that stores customer information.
"hostIdFieldName"
The names of the various fields in the tracker where bugs are reported.
"companyFieldName"
"licenseFieldName"
"registeredUsersFieldName"
"firstNameFieldName"
"lastNameFieldName"
"compAddressFieldName"
"postCodeFieldName"
"phoneFieldName"
"countryFieldName"
"companyTownFieldName"
"emailFieldName"
"licenseTypeFieldName"
"versionFieldName"
"licenseGenerationUrl"
The url where the license is remotely generated from the installer during the installation.
"https://codebeamer.com/cb"
"notifyOnExpiration"
false
"disableRemoteIssueReportUrl"
If the remote issue reporting appears in the footer.
"disableRemoteIssueReporting"
If the remote issue reporting is disabled.
Additional Information
For more information about installation, see Customizing remote issue reporting in the footer
Was this helpful?