You are not logged in. Click here to log in.

Codebeamer Application Lifecycle Management (ALM)
We will be upgrading Codebeamer.com to version 3.1 during a scheduled maintenance window:
🕒 Start: Friday, July 25, 2025 at 21:00 (CEST)
🕒 End: Sunday, July 27, 2025 at 16:00 (CEST)
During this time, Codebeamer.com will be unavailable. Please plan your work accordingly and ensure that any necessary activities are completed in advance. We appreciate your understanding and cooperation.

Search In Project

Search inClear

Tags:  not added yet
If you want to export the Down/Up (Incoming/Outgoing) references of the exported items too to Excel then this is possible using the attached Excel template.

The key elements of these scripts is:

  • use issueReferences helper object to find the Down/Up referenes of the current item. See Word Templates in CB 7.2 - 9.2
  • the data returned by calls to issueRefences helper will only contain minimal information about the references: you must load them before you can access all data of these objects (like name or description or others...), this is loaded as described here: How to export a partly loaded reference field to Excel

The attached Excel template contains working examples of how to do this: exportReferences.xlsx