Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Release delay duration in days is shown if the release is delayed (see above) and Release RD is not empty.

if(Release_RD<today){

    return (Release_PRD!=null&&Release_PRD>today)?(Release_PRD-Release_RD):(today-Release_RD);

}else{

    return (Release_PRD>Release_RD)?(Release_PRD-Release_RD):0;

}

How to properly upgrade version of the App?

Server and Datacenter versions on Release Management App is a downloadable versions running on client hosting environment and connected to local database. Therefore it’s important to follow a prescriptive procedure for upgrading versions, namely

Note

It’s a recommended approach to upgrade versions of the App 1-by-1 and do not jump between versions. This is the only proper way to insure integrity of your local database so all the alter- and migration- sprints will be applied properly.

In case you jump to higher versions by skipping some in the middle there’s a chance that some of the Release Board data won’t be consistent and board could not load properly.

You can always check the latest list of available versions at Atlassian Marketplace

https://marketplace.atlassian.com/apps/1218705/release-management-workflows-calendar-roadmaps/version-history

and plan your upgrade/downgrade strategy accordingly.