-
Bug
-
Resolution: Won't Fix
-
Major
-
None
The issue at hand is that Updater.java line 134:
id = Integer.parseInt(matcher.group(1));
always goes for the first group.
When using a pattern like: ((issues?):?(\s*(,|and)?\s*(\d+))+) parsing fails.
It would be welcome to be able to define the expression of the group the user wishes the matcher to match or define the group number.
[JENKINS-23922] Regexp works only if one group exists.
Assignee | Original: sogabe [ sogabe ] | New: Alex Ouzounis [ alex_ouzounis ] |
Resolution | New: Won't Fix [ 2 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 156788 ] | New: JNJira + In-Review [ 195505 ] |