You will need to read the application log for more details on what the actual error is.
Also check the permissions in DB side.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
After checking logs i can see this below error
Exception while executing the following:INSERT INTO jiraaction (ID, issueid, AUTHOR, actiontype, actionlevel, rolelevel, actionbody, CREATED, UPDATEAUTHOR, UPDATED, actionnum) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (Incorrect string value: *'\xD1\x82\xD0\xB5\xD1\x81...'* for column 'actionbody' at row 1))
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So there's rubbish being put into a comment somehow. Check with the user to see what they are entering? I'd also check if you've got everything set up for utf-8 correctly
And, again, read the application logs - that database error is likely to be only part of the problem, and you need to know what all of it is.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is the database type? MySQL? Like Nic said, check the character set for the database.
Read the command at - https://confluence.atlassian.com/display/JIRA/Connecting+JIRA+to+MySQL#ConnectingJIRAtoMySQL-2.CreateandConfiguretheMySQLDatabase
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.