Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The genOSLC for Codebeamer plugin is used to facilitate the communication between Codebeamer and the genOSLC plugin and integrate genOSLC in the Codebeamer UI.

genOSLC for Codebeamer is provided as a docker image, available in the repo.mid.de repository as sfit-oslc-generic-plugin-codebeamer

⚓ Requirements

  1. Codebeamer Felicity or later

  2. Install the genOSLC for Codebeamer plugin

  3. Enable the technical user for TRS

  4. Configure users to have Codebeamer REST API access

  5. Enable external scripts in Codebeamer and provide them

  6. Set the extension.json

📘 Enable the technical user for TRS

  1. genOSLC requires a technical user with access to codeBeamer projects that need to get synchronized using the TRS feed

  2. Trackers must contain the “OSLC Links” field and be configured to use the “oslcLinks” shared field

📘 Configure users to have Codebeamer REST API access

genOSLC sends requests to Codebeamer’s API in the user’s name. To do that, the user needs to have Rest / Remote API - Access. Rest / Remote API Access can be set by editing the User Groups.

📘 Enable external scripts in Codebeamer and provide them

In System Admin → Application Configuration add the following snippet:

"externalScripts" : {
  "enabled" : true
}

Next, download https://<genOSLC base URL>/cb/assets/genoslc_cb_extension.js. Copy the file to <codebeamer Installation dir>/repository/config/customization/js, before starting codebeamer.

More documentation on External JavaScript Extentions supported by Codebeamer can be found here.

📘 Set the extension.json

To tell Codebeamer to load genOSLC plugin for Codebeamer the externalWidgetExtensions needs to be configured. Navigate to System Admin → Application Configuration add the following snippet

"externalWidgetExtensions" : {
    "uri" : "https://<genOSLC base URL>/cb/assets/extension.json"
}
  • No labels