encoding problem when linking an issue to confluence page

Hongya Cui October 10, 2017

Hello, 
after pasting a confluence link to jira and submitting, The title of confluence shows in error encoding( UTF8 Characters in title).

jira1.png

also, I tried to seach the page, space name can be displayed correctly, but search result cannot.

jira2.pngI have configured confluence using URIEncoding at Connector Section(server.xml), and have ran /admin/encodingtest.action on confluence, it results success.

original title in confluence is 产品规划和路线图

 

Thank you.

 

2 answers

1 accepted

3 votes
Answer accepted
Hongya Cui October 11, 2017

Finally, 

added 

-Dfile.encoding=utf-8 -Dsun.jnu.encoding=utf-8

option to JIRA and Confluence service parameter.

 

Thanks Tzu Hau Chai and Atlassian Team.

h December 19, 2017

thinks for your help,it's worked

tai nguyen January 14, 2018

Hi guys,

I got the same problem,

Can you guys tell me how to add above options to service parameter?

Thanks in advance.

Like Jeonghun Ko likes this
tai nguyen January 14, 2018

resolved, thank alot.

0 votes
liufeng February 7, 2018

service.bat的“--JvmOptions”中添加:;-Dfile.encoding=utf-8;-Dsun.jnu.encoding=utf-8

liufeng February 7, 2018

service.bat remove [SERVICE_NAME]

service.bat install

tomcat8w.exe //ES//[SERVICE_NAME]

Suggest an answer

Log in or Sign up to answer