voxpupuli / puppet-jira

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

Add the ability to choose mysql db encoding #296

Closed jordanconway closed 5 years ago

jordanconway commented 5 years ago

As per https://confluence.atlassian.com/jirakb/emojis-and-special-characters-for-jira-with-mysql-952604493.html You can use utf8mb4 encoding to allow the use of emoji in jira, this patch allows users to set the character encoding in the db connection string.

Signed-off-by: Jordan Conway jconway@linuxfoundation.org

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

jordanconway commented 5 years ago

Went down the wrong path with this one.