Actions
Feature #2792
openallow title on any link
Status:
New
Priority:
Normal
Assignee:
-
Category:
Text formatting
Target version:
-
Start date:
2009-02-20
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
As of Redmine 0.8.0.stable.1655, there is no way I can find to give a title to links other than wiki links (using [[...|title]]) and external http: links (using
"title":http://...). This means it's impossible to, say, title a source: link or an email address.
It'd be nice to be able to title these links too. It doesn't really matter how--either "title":... or [[...|title]], or some other way.
Related issues
       Updated by Dipan Mehta over 12 years ago
      Updated by Dipan Mehta over 12 years ago
      
    
    
    
       Updated by dk k about 8 years ago
      Updated by dk k about 8 years ago
      
    
    I'm sorry for asking . But in the latest version of RM, is it possible to reender custom field in URL to value. For instance, i have custom field issue_custom_field_values_13 but when URL is reendered, i don't get actual value from that field in URL.
Are these only options to do that:
Link values to URL: creates a URL using the following variables.
        value => the custom field value
        id => id of the customized object
        project_id => id of the project of the customized object if defined
        project_identifier => identifier of the project of the customized object if defined
        m1, m2... => capture groups matches of the custom field regexp if definedThanks
Actions