i am using jira system in our company
when i attached files that have china chracters
the file name is breking
Hi @jo.you
Can you first check if the correct encoding is being used?
I suspect that JIRA might be using the wrong encoding which is causing this issue.
To resolve this issue, please follow the steps from:
JVM_SUPPORT_RECOMMENDED_ARGS="-Dfile.encoding=utf-8 -Dsun.jnu.encoding=UTF-8"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.