Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-6264

Jira Site Issue Pattern Default not working

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • jira-plugin
    • None
    • Windows XP, Java 6

      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);

            kutzi kutzi
            gmlongo gmlongo
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: