voxpupuli / puppet-jira

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

Not compatible with JIRA 7.5+ and MS SQL Server #244

Closed vidkun closed 6 years ago

vidkun commented 6 years ago

Module does not build out proper database url string for connecting to a MSSQL server using the new JDBC driver from Microsoft. JIRA switched over to using this new driver as of version 7.5 and requires changes to the configured connection url in dbconfig.xml.

Here is Atlassian's documentation on the url changes: https://confluence.atlassian.com/jirakb/updating-jdbc-url-for-microsoft-sql-server-934718842.html

vidkun commented 6 years ago

Couldn't delete my issue, but found that I can manually set the full URL via the dburl parameter.