We just upgraded to Jira 6.2 today. I immediately noticed that the footer of every page now has an Atlassian logo. I'd like to hide this.
I looked at the instructions at https://confluence.atlassian.com/display/JIRA/Modifying+the+JIRA+Footer, but when I go through that file as described, I don't see where the logo can be removed.
I understand that the license requires the Powered by Atlassian string, and I have no objections to that string.
Same thing for Confluence 5.4.3 that we're now running.
After a bit of searching I think that I finally got to the bottom this. The footer logo found in JIRA version 6.2.x and up is controlled by the footer.jsp file found in $JIRA_INSTALL/atlassian-jira/includes/decorators/aui-layout/
Hi G.Edwards, what changes did you make in footer.jsp file?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In Jira 6.2 modify the file $JIRA_INSTALL/atlassian-jira/WEB-INF/classes/templates/plugins/footer/footer.vm
You just need to keep the atlassian link (end user licence agreement condition).
<ul class="atlassian-footer">
<a class="seo-link" href="$externalLinkUtil.getProperty('external.link.seo.project.management.software')">Atlassian JIRA</a>
</ul>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, Right now we are using JIRA 6.3.5, we want to hide the Atlassian Logo which is present in the footer. what are the changes i need to do in footer.vm file. is there any possibility to change the logo instead of hiding? Thanks, Vishnu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Where file ?? ($JIRA_INSTALL/atlassian-jira/WEB-INF/classes/templates/plugins/footer/footer.vm)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My suggestion is to add a javascript on the announcement banner.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.