Patch #3651
closedNew URL custom field option
0%
Description
I know that you can just use the text field with a regular expression, but more often than not, the size of that text field (As in the display size) is not long enough.
There's probably a better way to do this via adding an extra field for text allowing one to change the size, but I'm new to ruby and this was the easiest way to get a longer text field.
Files
Related issues
Updated by Burt Culver about 15 years ago
+1 to put into trunk. We have a field for urls that link to google code review and it is a pain to have to copy and paste it into a browser.
Updated by Burt Culver about 15 years ago
Unfortunately, this patch doesn't make the url show as a clickable link on the issue detail page which is what I am after.
Updated by Isaac Lo about 15 years ago
Well, it should be as easy adding the URL wrapper in the views section to output a url instead of just a string.
Updated by Burt Culver about 15 years ago
Isaac Lo wrote:
Well, it should be as easy adding the URL wrapper in the views section to output a url instead of just a string.
right... easy for you to say! I just tried and got lost in the ruby code - not my specialty.
Updated by Hugo Ferreira over 14 years ago
You probably would like to follow what is going on with Feature #5250: Custom Fields may allow full text transformation
Updated by Toshi MARUYAMA over 10 years ago
- Related to deleted (Feature #5794: URL custom fields)
Updated by Toshi MARUYAMA over 10 years ago
- Is duplicate of Feature #5794: URL custom fields added