• Icon: Bug Bug
    • Resolution: Incomplete
    • Icon: Critical Critical
    • mantis-plugin
    • 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

          fernandor added a comment -

          only fixing my message:

          regexp patter used was 'Issue\\s(
          d+)'
          without 's'

          fernandor added a comment - only fixing my message: regexp patter used was 'Issue\\s( d+)' without 's'

          sogabe added a comment -

          try to set regexp pattern with 'Issue\s(\d+)'.

          sogabe added a comment - try to set regexp pattern with 'Issue\s(\d+)'.

          fernandor added a comment -

          I'm really sorry. That was my mistake.
          Please, close this issue. This is not an issue.

          fernandor added a comment - I'm really sorry. That was my mistake. Please, close this issue. This is not an issue.

          Jesse Glick added a comment -

          .

          Jesse Glick added a comment - .

            sogabe sogabe
            fernandor fernandor
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: