Jira Site Issue Pattern Default not working

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      When leaving the Jira Issue Pattern empty on the global configuration page, the instance variable named userPattern on the JiraSite class is set to empty string instead of null. Therefore, the findIssues method of the Updater class does not apply the proper pattern default. Maybe the constructor of JiraSite should contain the following:

      this.userPattern = Util.fixEmpty(userPattern);

            Assignee:
            kutzi
            Reporter:
            gmlongo
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: