I have installed Jira, created a project, created an email account on our mail server, then linked the project to that email account. When I send an email to that address (mail@034.pfr.ru) a new issue is created.
But we using Russian
and the issue creates like: "Ñòàòóñ ñîîáùåíèÿ: Êðèòè÷åñêîå.
Íà ñåðâåðå: Primary:SW03400008002:NT íåäîñòàòî÷íî ìåñòà íà äèñêå: E:"
The message in mail@034.pfr.ru using UTF8
Is there any params in service that can help?
something like coding=UTF8 or any other desidion?
here's my service params:
Hi Pavel,
To change JIRA to UTF8 you just need to add the following parameters in your JIRA system properties:
-Dfile.encoding=utf-8 -Dsun.jnu.encoding=utf-8
JIRA restart is needed after this modification.
Also, depending on which database server you're using, you'll need to set the collation to UTF8 as well.
Cheers
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.