Since Jira 6 the logo in the upper left doesn't link anymore to the own dashboard. Is it possible to change this? If so, how?
If you click on the user icon on the top right; you can select a "My JIRA Home" option. Standard choices are "Dashboard; Issue Navigator" and other depending on the plugins installed.
If you're deploying a custom plugin:
You can edit /opt/atlassian/jira/atlassian-jira/WEB-INF/classes/system-top-navigation-plugin.xml and change many things there – but I don't believe you can change where the logo links to.
What I've done is add another option to JIRA home by adding the following into my atlassian-plugin.xml to contain the following:
<web-item key="set_my_jira_home_custom_plugin" name="Set My JIRA Home to CUSTOM" section="system.user.options/set_my_jira_home" weight="10"> <label>My Custom Plugin</label> <link linkId="set_my_jira_home_custom_plugin">/plugins/servlet/my_custom_homepage/</link> </web-item>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The following document might help you
https://confluence.atlassian.com/display/JIRA/Change+JIRA+Browser+Icon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No this is not what I was looking for.
I meant the logo within the website left of the dashboard-button. It currently links to /secure/MyJiraHome.jspa. I would like it to link to /secure/Dashboard.jspa
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I got your point.
see if this help you https://jira.atlassian.com/browse/CONF-28475
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.