########################################################################################## JILS-25: Automatically turn URLs into Hyperlinks ########################################################################################## Issue Type: New Feature ----------------------------------------------------------------------------------------- Issue Information ==================== Priority: Minor Status: Closed Resolution: Done (2016-04-29 15:06:10) Project: Jira Issue Listing Script (JILS) Reported By: btasker Assigned To: btasker Affected Versions: - 0.01b Targeted for fix in version: - 0.01b Time Estimate: 0 minutes Time Logged: 0 minutes ----------------------------------------------------------------------------------------- Issue Description ================== When URLs are included in comments/issue descriptions, JIRA turns them into Hyperlinks. It can be quite handy at times, so is probably worth implementing, especially given how simple the regex should be to create. ----------------------------------------------------------------------------------------- Issue Relations ================ - relates to JILS-4: Expand support for JIRA Markdown - Causes JILS-26: Commit links are being converted to hyperlinks twice ----------------------------------------------------------------------------------------- Activity ========== ----------------------------------------------------------------------------------------- 2014-11-10 01:11:19 btasker ----------------------------------------------------------------------------------------- Marking as related to JILS-4 as that's also concerned with processing comments/issue descriptions in much the way JIRA does. ----------------------------------------------------------------------------------------- 2014-11-10 23:30:38 btasker ----------------------------------------------------------------------------------------- Have implemented support for automatically converting URLs into hyperlinks. Need to decide whether to use _rel="nofollow"_ on those links. ----------------------------------------------------------------------------------------- 2014-11-10 23:30:47 ----------------------------------------------------------------------------------------- btasker changed status from 'Open' to 'In Progress' ----------------------------------------------------------------------------------------- 2014-11-10 23:31:29 git ----------------------------------------------------------------------------------------- -- BEGIN QUOTE -- Repo: Jira-Issue-Listing Commit: 9493c239f9f52a3f958b36280935d82b1cd857b3 Author: Ben Tasker