Feature #19649
Link values to URL for multi-value text custom field
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Custom fields | |||
Target version: | - | |||
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 :(
History
#1
Updated by Ariel Fellay over 5 years ago
Hello,
Could you solve it?