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

Codebeamer Application Lifecycle Management (ALM)
The SWS migration is currently in progress, and users may experience some temporary slowness.

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