Feature #19649
openLink values to URL for multi-value text custom field
0%
Description
I need to create a custom field allowing users to specify a set of issue related report numbers and display each of them as link to external system.
Now, I can only create a Text field with:- Regular expression: ^(\d+)([R,S])(\d+)$
- Link to URL: external/search?pno=%m1%&t=%m2%no=%m3%
This works fine but I can only enter single report.
I can create a Long text field with:- Regular expression: ^((\d+)([R,S])(\d+)(\n)?)*$
This allows to enter one report per line but Long text has no Link to URL :(
Files
Updated by Marco Shima about 1 year ago
- File clipboard-202311060950-gsr5b.png clipboard-202311060950-gsr5b.png added
- File clipboard-202311060952-1chqb.png clipboard-202311060952-1chqb.png added
I think we have the same problem (or we're missing something):
- A long time ago we created a custom field in which we write the svn revision number(s) that solved bugs or realized features.
- Now we try to connect the svn repository to redmine (which itself is easy).
- If we write `rXXXXX` in text fields that links to the given revision number and we have access to the phantastic features of the repository browser, easing code review a lot.
- We could also create a custom link field and it works perfectly for one revision number.
- Unfortunately there often are several revision numbers that we separate by comma. These numbers are all packed to the same link and the feature is broken.
So we are very much looking for a multiple value property for custom link fields, like it is already supported for many other custom field types. Thank you!
Feature exists form user custom field:
Feature does not exist for link custom field: