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

Hard coded rest API version should be parameterized

XMLWordPrintable

      When using this plugin on an old version of JIRA like v4.4.4 the rest API url is http://localhost:8080/rest/api/2.0.alpha1/issue and not /rest/api/2/issue/.

      In the code I saw on line 151
      String url = this.serverAddress + "rest/api/2/issue/";

      Please make it so that this string is parametrized so that we can define it ourselves due to different JIRA versions.

            Unassigned Unassigned
            dma02 george dma
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: