I was expecting topnav.vm in /WEB-INF/classes/templates/plugins/topnavigation as in JIRA 5. However it seems to have been moved in JIRA 6.1.6. Any idea where is the topnav.vm?
check files:
atlassian-jira\WEB-INF\classes\templates\plugins\webfragments\system-navigation-bar.vm
atlassian-jira\WEB-INF\classes\templates\plugins\webfragments\system-admin-navigation-bar.vm
I am actually looking to add another image to the left of jira home icon and give it a different url link. It was possible in the earlier topnav.vm. I don't quite understand how to achieve the same with these two files.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It seems that for the logo these templates would not work.
An alternative to modifying the vm file is to inject a JS code that adds the image next to the logo. You can inject it as described here:
https://developer.atlassian.com/display/JIRADEV/Adding%2520JavaScript%2520to%2520all%2520pages%2520for%2520Google%2520Analytics
A sample js code:
AJS.$('h1#logo').prepend(AJS.$('<a href="http://mysite.com"><img src="https://developer.atlassian.com/s/en_GB-1988229788/4532/e44e912a19b4356578af38c61df778d5fda2d014.50/_/images/logo/confluence-logo.png" alt="My Other Cool Image"></a>'))
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't have such files in /webfragments is it moved somewhere in jira 7.13 ?
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.