Feature #5833
closedAbility to specify template for a URL on a user defined column
0%
Description
Adding user defined columns is really great and I love it.
What I would like to do is the following:
We have several over web based systems which track certain things, an example are our MR (modification request) and TR (trouble report) numbers, so what I did is added these as user defined fields to various workflow types..
It works great. What I would like to define though is the ability to specify a template for a URL.
Example:
Details about an MR number can be found under:
http://someinternalserver/Defects/display_mr.asp?Defect=12345
When I make 'MR' a user defined field, I would during definition also like to specify the URL template in the form:
http://someinternalserver/Defects/display_mr.asp?Defect=$VALUE$
(or similar)
so that whenever the MR number is displayed anywhere in the program, it is a hyperlink to the specified address template for the column.
We have several different databases and having direct links that are directly clickable would make life a lot easier.
Related issues
Updated by Holger Winkelmann over 14 years ago
Hi,
sounds a little bit like this plugin: http://www.redmine.org/wiki/redmine/PluginSimpleSupport
Updated by Michael Klose over 14 years ago
It's similar, but not the same. I'm definitely going to try the mentioned plugin though - thanks for that!
However, what I am proposing is so that once you have added the user defined column that all the values you enter in it can become links, you also then don't need to always enter full urls.
Updated by Sebastian Paluch over 9 years ago
This seems to be implemented as #1358.
Updated by Toshi MARUYAMA over 9 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
Updated by Toshi MARUYAMA over 9 years ago
- Is duplicate of Feature #1358: Link_to for Custom Field added