Details
-
Bug
-
Resolution: Unresolved
-
Medium
-
4
-
Severity 3 - Minor
-
0
-
Description
Issue Summary
In the new issue view, in the issue description or in a multi-line text custom field, if you add a URL that is not http, https, ftp or mailto, this is not rendered as a link but it is shown as single text:
Everything works fine when using a single-line text field.
Steps to Reproduce
- In the new issue view, in an issue description enter a valid URL like, for example ftp://something.org
- See that after hitting enter, the string is correctly rendered as a link
- Now repeat the same test but enter any of the following URLs: ftps://something.com or gopher://something.org or integrity://something.org or smb://, file:// etc, and hit enter.
Expected Results
All the URLs are correctly rendered as links
Actual Results
The URLs are rendered as simple text strings and are not clickable.
Workaround
In some cases, for the most used protocols like ftps:// and SCP, using the markdown syntax '[TEXT-HERE] (URL-HERE)' for links works:
However, by using the markdown syntax using less common protocols like for example gopher:// or integrity:// or nntp://, the text is rendered as a link, but it is creating a broken link that is missing the URL:
Another workaround, when applicable, is to use a single-line text field since everything is correctly rendered as a link in there.
Attachments
Issue Links
- is related to
-
JRACLOUD-26419 Non-HTTP links are not recognized as Links
- Gathering Interest
- relates to
-
JRACLOUD-73625 Multi line fields are not rendering URLs as hyper links automatically in new JIRA issue view
-
- Closed
-
-
JRACLOUD-77848 Custom field with "link" values are not displayed as hyperlink in new issue view
-
- Gathering Impact
-
-
JRACLOUD-74467 Add hyperlink for custom fields
- Gathering Interest
-
JRACLOUD-75883 Custom fields to create hyperlinks.
- Gathering Interest
-
JRACLOUD-76142 Multi line text field not highlighting URL as hyperlink
- Gathering Interest
- mentioned in
-
Page Loading...