Excel and Word Export Retuns Zero Results Due to International Characters

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

Any Word or Excel export which is done when using a filter which a search text of an string with umlauts will return zero results.

原因

The cause of the problem was that the parameter useBodyEncodingForURI="true" is not set. This causes umlaut characters to be lost when the export is made. Example:

<Connector port="8080"
      maxHttpHeaderSize="8192" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" useBodyEncodingForURI="true"
      enableLookups="false" redirectPort="8443" acceptCount="100" connectionTimeout="20000" disableUploadTimeout="true" 
/>

ソリューション

Add useBodyEncodingForURI="true" to server.xml and restart JIRA.

最終更新日: 2016 年 2 月 26 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.