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

codebeamer Application Lifecycle Management (ALM)

Search In Project

Search inClear

Baselining

Watch a video on baselining here. Please note that starting from release 20.11-SP5, hash symbols ("#") are not allowed in baseline names. When creating a new baseline, hash symbols are automatically converted to dash characters ("-") in baseline names.

Document and Wiki Baselines

Since release 5.5, codeBeamer support document and wiki baselining.

Baselines in codeBeamer capture the state of your digital content in a moment, pretty much like tags mark a particular state of the source code in a Version Control System.

When you create a new named baseline, a snapshot of your requirements, tracker items, wiki pages, documents, comments and attachments is saved. In the future, you can "go back in time" and browse any earlier baseline, to see how that content looked in that snapshot. Baselines can also be compared to find out what content has been changed between two snapshots, when exactly and by whom.

Baselines are not storage-wasting physical copies of content. They are rather references to the current versions of the content in the given moment.

Baselines are useful for audit purposes, including deviation against a previous baseline, certification for an approval, comparison to another baseline, maintaining wiki pages for multiple product releases, or all of these. Read more about the applications of baselining in Wikipedia.

A baseline is a lightweight read-only directory/index of all documents and their respective revision (at the time of baseline creation) in a document tree branch, including the document hierarchy/structure.

But what makes codeBeamer baselines such a unique/powerful feature is their support for cross references in Wiki documents.

If a baseline contains Wiki documents, it also stores references to all documents and their respective revision (at the time of baseline creation) referenced/included by the contained Wiki documents, and also recursively to documents referenced/included by the referenced documents.

As a result, when browsing Wiki documents from a CodeBeamer baseline, all references and inclusion are consistently resolved to the respective revision at the time of baseline creation, even if the target documents have been modified or even deleted in the meantime.

For example: Baseline "Release 1.0" of directory "Deliverables"

Figure: Wiki Inclusion and References Resolved to a Revision

Please note:

A baseline is lightweight because it only stores references to specific document revisions which already exist: it does not copy any document data.

The same revision of a document can be referenced by any number of baselines at the same time.

Document revisions referenced in baselines will not be deleted unless all baselines holding references are deleted, even if you delete the document, the document tree branch where the document resides, or the project containing the document.

Baselines are immutable: you cannot add, edit or remove items after baseline creation.

Read permission to all items (document revisions) in a baseline is solely controlled via the baseline. You cannot define permissions for individual items.

Baselines appear as a special type of folder/directory in the document tree and are also accessible via WebDAV.

By default, new baselines reside in the same directory where they were created which has these effects:

  • a baseline initially has the same access permissions as the source directory,
  • deleting the source directory (or any of its parents) also deletes all baselines in the directory.

Because a baseline is a special type of directory, you can move the baseline (as a whole) to another location (via Cut and Paste) or even to another project.

Figure: Moving a Baseline

This is especially useful if you have separated development/production and distribution into two projects. You do all development and document editing in the private development project. When you have finished a new release, create a new baseline named according to the release and publish (move) it to the public distribution project.

For customers to access the new release documentation, they only need permission for the release/baseline in the public distribution project. If your development also includes source code, you should create a VCS tag/support branch in parallel.

There is absolutely no risk of customers (accidentally or intentionally) tampering with the released documents. It is neither necessary nor advisable to grant customers access to the private development project.

As soon as you have created the release baseline you can start working on the next release, with absolutely no risk of modifications leaking through to the public.

You can also copy (parts of) baselines, but this is not a lightweight operation. When you copy a directory, any baselines residing in that directory (or its subdirectories) will not be copied recursively. This was intentionally designed this way. To copy a baseline select it explicitly.

Create baselines

To create a baseline click on the Baselines menu in the main menu bar, and click on the New Baselines link:


Specify the following attributes in the opened dialog:

  • Name: the baseline's name, this property is mandatory and it must be unique
  • Description: a short description of the baseline
  • Signature (pre 20.11-LTS Carmen): the baseline is signed by the current user if the user's password is given in this textbox
  • Gerenerate Signarture button (since 20.11-LTS Carmen): Generate an electronic signature for the baseline.
    For more information about signature generation please read this page: Generating Electronic Signature with SSO Login


Before 20.11-LTS (Carmen)

ALT_WIKI:%5B!Screenshot%202017-11-15%20-%209.04.13.png!%5D


Since 20.11-LTS (Carmen)


Browse baseline

Click on the selected baseline's name on the baseline list:

Then the baseline's content shown in the document management view:

ALT_WIKI:%5B!Screenshot%202017-11-15%20-%209.12.05.png!%5D

Edit baseline's properties

Click on the selected baseline's edit button:


Then the baseline properties opens in the default properties view:

Lock baseline

Open baseline properties page, click on more menu and select the lock menu item:

ALT_WIKI:%5B!Screenshot%202017-11-15%20-%209.13.42.png!%5D

If a baseline is locked it cannot be edited until someone (who has the right permissions) unlocks it.

Delete baseline

Click on the selected baseline's delete button:


Compare baselines

To select baselines use the two "SELECT BUTTON TO COMPARE" buttons at the top of the page:

Select the baseline by clicking it's name in the overlay:

Press the "Compare Selected Baselines" button:



The opened view shows the differences between the two baselines:



The differences between the selected baselines are separated into categories. Every category has a tab in the result view. The detailed modifications can be viewed by opening the category tabs, for example the work items:


Filtering Tracker Differences

This function is available since codeBeamer 10.0 release.

All pages listing differences of trackers has the capability to filter using the Filter Widget. See Trackers page for more information.



There is one special filtering option called Target Baseline, which is specific to this view. By default the filtering is applied to the first (left) baseline (In the previous example the Baseline 1.) However it is possible to change this logic and apply filtering to the second (right) baseline.



Configuring the filtering option:



Results:


Exporting Tracker Differences

It is possible to export tracker differences including the configured filters in Excel format by clicking on the icon on the left corner.

Exporting large amount of data can take a long time. Exported file contains all differences and change history for every tracker item.