Where can i edit the "MY JIRA HOME" menu?

Kevin Wendel June 2, 2016

Hello,

where can i manage the "My JIRA Home"? I want to use one of the following options:

  • Delete this section completely (or one of the options) from the top-right menu
  • Add one or more menu options to this top-right menu (own link with title)

menu.PNG

 

Thanks

1 answer

1 vote
George Dinkov _Botron_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 3, 2016

Hi Kevin,

Unfortunately you can't directly manage what is shown in this menu - the items are contributed by either JIRA or JIRA add-ons to set the default home page for the current user and can't be changed through JIRA's admin UI.

You can contribute new items in the "MY JIRA HOME" section with an add-on with the web-item plug-in module - https://developer.atlassian.com/jiradev/jira-platform/building-jira-add-ons/jira-plugins2-overview/jira-plugin-module-types/web-item-plugin-module. The section is section="system.user.options/set_my_jira_home".

There are also some very hacky ways to inject global JS/CSS that can hide or alter the menu for all users. One such way is to use an announcement banner with <script> tags. But I wouldn't really recommend it.

 

Suggest an answer

Log in or Sign up to answer