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

Codebeamer Application Lifecycle Management (ALM)

Search In Project

Search inClear

Tags:  not added yet

Bottom-Up Tracker Inheritance Reports

A bottom-up report is a tracker report that contains the differences in tracker configurations and permissions between the tracker and its template tracker.

A generated bottom-up report is accessed at the following URL:

/api/v3/trackerValidation/<trackerId>/bottomUpReport

Where <trackerId> is the input tracker's objectId where the report starts.

By default, this is 4376.

It must have a templateId, using another tracker as a template.

Generating a report with the Tracker Inheritance Report Tool requires System Administrator authorization.

The returned report is a JSON object that contains fields where changes are detected. If no changes are detected to an attribute, no data is shown.

Example

CB:/displayDocument/ag_dt_bottom-up_reports_example.png?doc_id=64624018&version=1&history=false&notification=false

In this example, the starting input tracker with ID 3380 has a derived tracker, where the field named Choice Field has been changed. Specifically, in the choice option with ID 4470, the description has been changed from null to Modified description.

A bottom-up report can have only one report element. This is because a tracker can only have one template.