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

codebeamer Application Lifecycle Management (ALM)

Search In Project

Search inClear

Test Management Workflow Migration

As part of the deployment of this release, we are upgrading all existing Test Run workflows to the new one. However, you may also want to upgrade your existing custom project templates having Test Runs. To do that, we suggest having the template projects on the given servers before deploying this release, so that they are also updated when the migration runs.


If you need to repeat the migration on other projects as well, you can do that in the following way:

  1. Have all the projects on the environment of which Test Runs you would like to get migrated
  2. Execute the following SQL query:
    DELETE FROM codebeamer.upgrade_statements WHERE statement_id LIKE '10.2.0-Upgrade-Test-Run-Workflow'
    UPDATE version SET major='10.1'
  3. Restart your Codebeamer environment
  4. Check the logs for issues

As a result of the previous exercise, Codebeamer runs the thus missing upgrade script again, which will update all Test Runs that have not been migrated yet. In case of any issues during the migration, the following (WARN) log messages appear in the logs:

<TRACKER_NAME> tracker(<TRACKER_ID>) is skipped on <PROJECT_NAME> project(<PROJECT_ID>) due to an exception
<STACK_TRACE>