I tried to use parantheses '(', ')' when searching for open tasks with the Task Scanner Plugin (v4.35). I need the parantheses to group my regex and to apply * operator. For example, I want to search for "TODO([A-Za-z0-9])*. This delivers zero reults, also I have TODOs matching this regex. My actual regex is more complicated, so I definitely need parantheses to group it, this is just a simple example.
      If I escape the parantheses, I get hundreds of thousands of results. So this can't be the correct approach. How can I get grouping and using * in my regex to work?

          [JENKINS-17225] Allow regular expressions as tags

          Fabian Pachner created issue -

          Ulli Hafner added a comment -

          Actually the plug-in has no "official" support for regexps yet. It feeds the string to a regular expression matcher internally. Up to now it was supposed that the tag itself will be a plain string.

          Ulli Hafner added a comment - Actually the plug-in has no "official" support for regexps yet. It feeds the string to a regular expression matcher internally. Up to now it was supposed that the tag itself will be a plain string.
          Ulli Hafner made changes -
          Issue Type Original: Bug [ 1 ] New: Improvement [ 4 ]
          Priority Original: Major [ 3 ] New: Minor [ 4 ]
          Summary Original: Parantheses in a regex make regex never match New: Allow regular expressions as tags
          Ulli Hafner made changes -
          Labels New: DEVTOOLS
          Ulli Hafner made changes -
          Issue Type Original: Improvement [ 4 ] New: Bug [ 1 ]
          Felix Duerrwanger made changes -
          Assignee Original: Ulli Hafner [ drulli ] New: Felix Duerrwanger [ duerrwan ]
          Ulli Hafner made changes -
          Assignee Original: Felix Duerrwanger [ duerrwan ] New: Ulli Hafner [ drulli ]
          Ulli Hafner made changes -
          Link New: This issue is blocking JENKINS-21934 [ JENKINS-21934 ]

          Ulli Hafner added a comment -

          Ulli Hafner added a comment - See also https://github.com/uhafner/acceptance-test-harness/pull/52 (section (2)).

          Code changed in jenkins
          User: Ulli Hafner
          Path:
          .idea/compiler.xml
          tasks
          http://jenkins-ci.org/commit/analysis-suite-plugin/0706e75108ee6e5884637f88dcc6ea9131b5df4f
          Log:
          [FIXED JENKINS-17225] Added support for regular expressions as task tags.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Ulli Hafner Path: .idea/compiler.xml tasks http://jenkins-ci.org/commit/analysis-suite-plugin/0706e75108ee6e5884637f88dcc6ea9131b5df4f Log: [FIXED JENKINS-17225] Added support for regular expressions as task tags.
          SCM/JIRA link daemon made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]

            drulli Ulli Hafner
            fep2k Fabian Pachner
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: