Feature #2083
closedCustomField of type "external-link-to" with configurable URL prefix
0%
Description
Idea is to allow user to input some value, and it will be seen in readonly mode as external link.
When defining the CustomField, we also input an URL prefix.
This will allow to make strong links to external ressources and do query/stats on them.
This external resources may be other Ticket/TaskMgmt system, wiki, or whatever.
Example for Confluence wiki
URLPrefix = "http://wiki.company.com/display/space/" and displayed link will just add the field value to the prefix URL => "http://wiki.company.com/display/space/somewikipage"
note: having such feature in markup will also be great (will create another Feature query for that), ex:
"Check This":mywiki:somewikipage => <a href='http://wiki.company.com/display/space/somewikipage'>Check This</a>
Related issues
Updated by M Salzburg over 15 years ago
Nice Feature +1.
A custom field of type "link" would be an easy alternative!
Updated by Dipan Mehta over 11 years ago
+1. This is very useful for 1 case. We put URL for local resources on tickets as they are applicable. Now, if the server path moves - solution such as this has a great value.
Updated by Maxim Krušina over 11 years ago
In custom field config, there should be:
- Open links in a new window - So the admin can select behavirour
- Prefix - it is meaned as "prefilled vlue"?
- Protocols - not sure if needed to specify allowed protocls, maybe this is too much....
- Display as (Select):
- URL only - URL is displayed in ticket
- Description - + edit text here, like all URLS will have title "Open related ticket in Zendsek"
- Desciption per ticket - each ticket's URL can have it's own title (display as)
Updated by Andriy Lesyuk about 11 years ago
This can be done using Extended Fields: http://projects.andriylesyuk.com/projects/extended-fields
Updated by Jean-Philippe Lang almost 11 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
2.5.0 adds a "Link" custom field format that can link to an external and configurable URL.
Updated by Antoine Beaupré almost 10 years ago
Jean-Philippe Lang wrote:
2.5.0 adds a "Link" custom field format that can link to an external and configurable URL.
how does it work exactly? if i put a URL, it just links to that URL, it doesn't act as prefix at all. 2.5.1 here.
Updated by Toshi MARUYAMA over 9 years ago
Antoine Beaupré wrote:
Jean-Philippe Lang wrote:
2.5.0 adds a "Link" custom field format that can link to an external and configurable URL.
how does it work exactly? if i put a URL, it just links to that URL, it doesn't act as prefix at all. 2.5.1 here.
See #1358#note-19.