-
Type:
Bug
-
Resolution: Incomplete
-
Priority:
Critical
-
Component/s: mantis-plugin
-
None
-
Environment: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