GET /rest/api/3/issuetype returns icon URLs not relative to the request's base URL

XMLWordPrintable

    • Severity 3 - Minor

      Issue Summary

      The Get all issue types for user API returns icon URLs such as https://your-domain.atlassian.net/images/icons/issuetypes/epic.svg.

      These URLs should be relative to the request's base URL, e.g.:

      Steps to Reproduce

      1. Make a request to Get all issue types for user using OAuth 2.0 via api.atlassian.com.
      2. Inspect the "iconUrl" field of the elements in the response.

      Expected Results

      Icon URLs are relative to https://api.atlassian.com/ex/jira/<cloudId>.

      Actual Results

      Icon URLs are relative to https://<site-url>. 

      Workaround

      The correct request URL can be constructed manually.

              Assignee:
              Unassigned
              Reporter:
              Einar Pehrson (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: