-
Bug
-
Resolution: Incomplete
-
Critical
-
None
-
Platform: PC, OS: Windows XP
Hi
I'm trying to use regexp patter in mantis plugin, but is is not working properly.
When I use the Issue id patter everything works fine (a link to the issue is
create). When I use regex pattern no link is create. for example:
Setting issue id pattern with 'Issue %ID%', mantis plugin decorate the below
message with a link in the issue ID
Issue 7757 : Just a test
Setting regexp pattern with 'Issues\\s(
d+)', mantis plugin DOES NOT decorate
the above message with a link in the issue ID
I have tried many different patterns, including 'Issues\\s(
d+).*', '(
d+)',
and nothing seems to work.
I'm using hudson
Hudson ver. 1.324
on tomcat 6.0.18
mantis plugin 0.8.3
and the same problem happens on linux and windows XP
[JENKINS-4539] Regexp pattern not working
Resolution | New: Incomplete [ 4 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 134612 ] | New: JNJira + In-Review [ 202955 ] |
only fixing my message:
regexp patter used was 'Issue\\s(
d+)'
without 's'