voxpupuli / puppet-jira

Atlassian JIRA Puppet Module
https://forge.puppet.com/puppet/jira
Apache License 2.0
62 stars 144 forks source link

Added >= to capture version 7.0.0 as using the "software" url #291

Closed rfreiberger closed 4 years ago

rfreiberger commented 5 years ago

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.

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.

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

This Pull Request (PR) fixes the following issues