Project

General

Profile

Actions

Feature #19649

open

Link values to URL for multi-value text custom field

Added by Sebastian Paluch about 9 years ago. Updated 6 months ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Custom fields
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:

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

Actions #1

Updated by Ariel Fellay over 7 years ago

Hello,

Could you solve it?

Actions #2

Updated by Marco Shima 6 months ago

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:

Actions

Also available in: Atom PDF