Login menu customization

Jan Veselý November 13, 2012

Is there any way of how to customize a default login menu (the one at the upper right corner). For example, I would like to hide "About JIRA" item...

Jan

1 answer

1 accepted

0 votes
Answer accepted
Zul NS _Atlassian_
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 13, 2012

Hi Jan,

You can remove the following inside the <JIRA_Installation>\atlassian-jira\WEB-INF\classes\webfragment\system-user-nav-bar-sections.xml

&lt;web-item key="view_about" name="View About" section="system.user.options/jira-help" i18n-name-key="webfragments.user.options.item.about.name"  weight="40"&gt;
            &lt;label key="about.jira.name" /&gt;
            &lt;tooltip key="about.jira.tooltip" /&gt;
            &lt;link linkId="view_about"&gt;$externalLinkUtil.getProperty('external.link.jira.product.site')&lt;/link&gt;
        &lt;/web-item&gt;

Jan Veselý November 15, 2012

Hi Zulfadli,

thank you for the hint!

Regards

Jan

Suggest an answer

Log in or Sign up to answer