Hello everyone!
I've faced strange problem with TeamCalendars. I've got a filter that works in Jira, but do not in TeamCalendars in Confluence. The filter is public and the conflu page where i added TeamCalendar plugin too.
My filter contains "text" field with russian text in it, and when i cgange it to english everything works. Do you know is it a bug, or i'm doing something wrong?
BR.
Hi Alexander,
we had a similar problem with German special characters.
The problem were two wrong system properties on the Confluence side:
<sun.jnu.encoding>ANSI_X3.4-1968</sun.jnu.encoding> <file.encoding>ANSI_X3.4-1968</file.encoding>
We had to change both properties to:
-Dfile.encoding=UTF-8 -Dsun.jnu.encoding=UTF-8
to get rid of the problem.
Maybe you have a similar problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This problem also can be solved by adding ID of the filter rather than it's name
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.