Hi!
This issue is the same as [JSDECO-77] - Ecosystem Jira.
We’re building an app for JSD Server that themes and organize the customer portal (RefinedTheme for JSD). In this app the user can setup a knowledge base with Confluence instances to search for Confluence content articles and questions.
We’re using the /rest/api/content/search. It looks like the returning response has weird encoding:
“title”:“Another article aboüt VPN (Велград) (СегоднÑ?шний)”
It should be:
“title”:“Another article aboüt VPN (Белград) (Сегодняшний)”
We’ve tried different setups and concluded that the problem seems to be related to the System encoding of the Jira server. When it is UTF-8 we get the correct response and when it is Cp1252 (Windows) we get the weird one.
We don’t have the issue with the /rest/questions/1.0/search API point.
Does anyone know what could be done about this?