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

codebeamer Application Lifecycle Management (ALM)

Search In Project

Search inClear

Tags:  not added yet

codeBeamer 7.0

Video: What's new in codeBeamer 7.0

Agile Development and Project Management

codeBeamer 7.0 becomes Agile with new features for Scrum teams and Kanban project planning!

We have also redesigned the user interface to provide a modern look and feel.

New features for Agile development and project management have been added, including

  • User stories tracker
  • Cardboard view
  • Drag & drop issue ranking
  • Agile dashboard

Additional new features are

  • setup guides for requirements- and test-management,
  • comparable baselines and a
  • dynamic Wiki tree structure

Git and Mercurial: use SSH or Smart HTTP (instead of Apache)

Accessing Git and Mercurial via Apache is now deprecated. Smart HTTP or SSH URLs should be used instead. Please read this article to get familar with Smart HTTP.

On new installations, Smart HTTP URLs to access the repositories are displayed automatically on the user interface and can be used immediately.

On upgrading existing installations, Smart HTTP URLs are available immediately, although not displayed on the repository access screen. The System Administrator can add Smart HTTP URLs to the available ones under System Admin-> Set Managed Repository Access URLs.

The URLs can be as below:

URL
Git (pull) http://hostname:port/cb/git/,https://hostname:port/cb/git/,ssh://user@hostname/git/
Git (push) http://hostname:port/cb/git/,https://hostname:port/cb/git/,ssh://user@hostname/git/
Mercurial (pull) http://hostname:port/cb/hg,https://hostname:port/cb/hg,ssh://user@hostname/hg/
Mercurial (push) http://hostname:port/cb/hg,https://hostname:port/cb/hg,ssh://user@hostname/hg/

Comparing Baselines is also available from Document View

Baselines can be compared now directly from Document View without any further navigation.

Notes:

  • Apache is required only to provide remote access to managed Subversion repositories. No other Source Code Management System requires Apache.
  • Managed Git repositories are available on Windows out of the box. codeBeamer 6.0.4 for Windows is shipped with Git 1.7.10.msysgit.1.
  • codeBeamer 6.0.4 for Windows is shipped with Mercurial-2.1.1 however to use Smart HTTP URLs python 2.6 or 2.7 must be pre-installed.
  • codeBeamer 6.0.4 for Windows is shipped with Subversion-1.6.15.
  • On Ubuntu-12.04 LTS all supported SCMs are available via package manager, on all other supported Linux systems the required SCMs must be pre-installed.