-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
5.6.1, 6.4.3, 8.5.5, 8.5.6
-
JIRA 7.6.0 - UTF-8 Português(BR)
CONFLUENCE 5.6.1 - UTF-8 Português(BR)
-
11
-
Severity 3 - Minor
-
1
-
Summary
Special characters are not rendered correctly when they are present in Epic Name column of Jira Issues Macro.
Steps to Reproduce
1. In page confluence add Jira macro
2. in Jira Macro add the Epic name Column (Epic Name should include characters like 'ç', 'õ', 'á' ...)
3. Save Jira issues macro for confluence page
Expected Results
Epic name text is rendered correctly:
Actual Results
In view mode of the Confluence page the Jira issue macro show epic name column with an encoding problem:
Notes
When analysing the browser developers tool content, we notice that the both the response and preview from /rest/jiraanywhere/1.0/jira/clientIds call has the data correctly encoded:
- Response:
\\u003ca href\\u003d\\\"http://quicksilver/jira/browse/GHS-30?src\\u003dconfmacro\\\"\\u003e\\n solicitações de usuários\\n \\u003c/a\\u003e\\n
- Preview from /rest/jiraanywhere/1.0/jira/clientIds:
class="icon" /></a>↵ …src=confmacro">↵ solicitações de usuários↵ </a>
Which means that only the rendering process of JIM is breaking the encoding.
Workaround
- Sort table by clicking on any column name (obs.: /rest/jiraanywhere/1.0/jira/renderTable is called)
- Reduce columns to display to key, summary and epic name
Both workarounds result in the correct rendering of the special characters:
- is related to
-
CONFSERVER-52822 JIRA Issues Macro fails on Confluence when Issues have Special Characters
- Long Term Backlog
- relates to
-
CONFSERVER-59757 Jira unable to locate Confluence page if URL has special characters
- Gathering Impact
-
CONFSERVER-45091 Jira custom field with special chars causes sorting in Jira issues macros to break
- Long Term Backlog
-
CONFSERVER-58379 Epic name with umlaut can not display correctly in JIRA issue macro
- Long Term Backlog
-
CONFSERVER-60082 Special characters are not working in Epic name of Jira issue Macro
- Long Term Backlog