Closed rfreiberger closed 4 years ago
While upgrading JIRA we currently using the recommended path as defined by Atlassian support. Due to issues between versions our final upgrade path was the following.
6.3.10 > 6.3.15 > 6.4.14 > 7.0.0 > 7.0.11 > 7.6.10
While installing 7.0.0 the download path was defined incorrectly as the following.
7.0.0
https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-7.0.0-jira-7.0.0.tar.gz
While it should be the following (with the software name)
https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-software-7.0.0-jira-7.0.0.tar.gz
=
init.pp
Pull Request (PR) description
While upgrading JIRA we currently using the recommended path as defined by Atlassian support. Due to issues between versions our final upgrade path was the following.
While installing
7.0.0
the download path was defined incorrectly as the following.While it should be the following (with the software name)
This Pull Request (PR) fixes the following issues
=
to the case statement that allows for versions7.0.0
and above, including version7.0.0
ininit.pp
file.