I want to add "💩" to ticket description field and get error:
Exception occurred: com.atlassian.jira.exception.DataAccessException: org.ofbiz.core.entity.GenericEntityException: while updating: [GenericEntity:Issue][description,屪λ💩][id,246754][updated,2016-09-29 12:03:36.58] (SQL Exception while executing the following:UPDATE jiraissue SET DESCRIPTION=?, UPDATED=? WHERE ID=? (Incorrect string value: '\xF0\x9F\x92\xA9' for column 'DESCRIPTION' at row 1))
Let me guess, MySQL database on the back end?
The recommended config for MySQL doesn't support the higher end unicode characters. It's caused us huge problems when people had used emojis in their data and we were trying to migrate on to MySQL. We could have stripped them, but the easier option at that time was to jump to PostGreSQL instead.
Incidentally, the tracking issue for this is https://jira.atlassian.com/browse/JRA-36135.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Scott! Shame we can't vote up comments!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is way funnier to me then it should be.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is this a unicode character? looking at your question it does not render correctly here either, what character is it btw?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
it looks perfectly rendered here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same here. But Answers is "Confluence on PostGreSQL" as far as I can remember.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.