Actions
Feature #19649
openLink values to URL for multi-value text custom field
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 :(
Actions