Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jira 7 Support #107

Merged
merged 2 commits into from
Dec 12, 2015
Merged

Jira 7 Support #107

merged 2 commits into from
Dec 12, 2015

Commits on Dec 9, 2015

  1. Rspec tests for Jira 7

    Since Jira 7 the default product is now called 'jira-software'. To
    ensure upgrading by bumping the version number does not break current
    usage, the product name 'jira' in this module should be an alias for
    'jira-software'. A Jira 6 like product is still available but named
    'jira-core'
    
    Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
    bramwelt committed Dec 9, 2015
    Configuration menu
    Copy the full SHA
    5012132 View commit details
    Browse the repository at this point in the history
  2. JIRA 7 Support

    Provides support for installing JIRA Software and JIRA Core version 7
    and greater.
    
    Before 7, the default installation of JIRA is what is now referred to as
    JIRA Core. With the release of 7, the default install is now called JIRA
    SOFTWARE and is a combination of JIRA Core and JIRA Agile.
    
    Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
    bramwelt committed Dec 9, 2015
    Configuration menu
    Copy the full SHA
    826eeaa View commit details
    Browse the repository at this point in the history