-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
None
-
Affects Version/s: 6.2.7
-
Component/s: Issue - Fields
-
6.02
-
1
-
Severity 3 - Minor
-
Summary
Ordinarily if you put a URL into any text field in a JIRA issue, the renderer will convert the URL into an actual hyperlink. If there are any non-latin characters, then this processing stops, and the URL only works up to that character. This affects any field.
Here is a sample of the problem in various languages:

See http://en.wikipedia.org/wiki/Internationalized_domain_name for details on IDN standards.
Steps to Reproduce
- Create an issue
- Insert a URL containing any non-latin character into any field
- Observe the link only goes up to the last alphanumeric character before the non-latin character
Workaround
This may work for the description field or any other that uses the wiki markup rendered:
- Enable the "html" module in the "Wiki Renderer Macros Plugin" plugin
- Use the html macro in the text area to manually create the link, for example:
{html}<a href="http://127.0.0.1/path/中国的">http://127.0.0.1/path/中国的</a>{html}
- is related to
-
JRASERVER-41113 Automatic email address link doesn't support IDN
-
- Closed
-
- mentioned in
-
Page Loading...