I just upgraded my Jira 4.3 standalone install to 4.4. All customs images such as company logo and user thumnails are no longer showing and are giving 404 file not found errors.
When I click view image in my browser it says my logo should be at http://MYSERVERURL:8080/s/en_IE-lp3meo/649/37/_/images/logo.png
(internal server)
What do I need to do to ensure my images are shown correctly??
That URL is from your 'work' directory in Tomcat. Also, I'll bet your custom images are in your old JIRA_INST directory. Do the following:
I would expand upon step 3 in Justin's answer.
What we've done is to have a subdirectory for ALL custom images (logo, icons, etc) that all of our images go into ($jira/atlassian-jira/images/ica/ {icons, logos}. When we ugrade, we only need to move our ica directory to the new images directory as opposed to remembering which images were yours vs those provided by Atlassian.
This means that I can reference images that use relative paths using $url/images/ica/icons/my_icon.png and relative path images (for example icon urls in the manage issue types) with /images/ica/icons/my_icon.png.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you catch the news at Team ‘25? With Loom, Confluence, Atlassian Intelligence, & even Jira 👀, you won’t have to worry about taking meeting notes again… unless you want to. Join us to explore the beta & discover a new way to boost meeting productivity.
Register today!Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.