needs_string_links for lists (multiple matches for regex) #530
JochenKienzle
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
That's right, lists are not supported. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my setup I have needs which will reference to multiple external defined tickets e.g. github-links.
The definition would look like:
I have tried the following regex which should lead to multiple matches:
I have use this regex I only get a link created for the first id (in this example: 123). I assume that only the first match is currently used to generated the link.
If this is the case, I propose to extend it to consider multiple matches and create a list of comma-separated links (in this example: 123, 456, 789) in the output.
Beta Was this translation helpful? Give feedback.
All reactions