Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-15536

Icons for issue types loaded via HTTP not displayed in the View Custom Fields screen

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Medium
    • 3.13.1
    • 3.12.1, 3.12.2, 3.12.3
    • None

    Description

      An icon for an issue type which uses and absolute path URL will not be displayed in the Custom Field screen under these circumstances:

      • the icon is served from an external source and the absolute path is provided, i.e. the URL starts with "http://myhost..."

      AND

      • the JIRA instance contains a context path (e.g. /jira)

      This happens because the image URL is appended to the context path. Relevant part of html from the View Custom Fields page:

      <tr>
              <td>Issue type(s):</td>
              <td>                  
                      <a style="padding-right: 0.3em;" href="EditIssueType%21default.jspa?returnUrl=ViewCustomFields.jspa&amp;id=8">
                          <img src="/jirahttp://www.google.com.au/intl/en_au/images/logo.gif" title="test " alt="test"></a>            
              </td>
          </tr>
      

      Attachments

        Issue Links

          Activity

            People

              anton@atlassian.com AntonA
              bdziedzic Bogdan Dziedzic [Atlassian]
              Votes:
              2 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: