Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Note
titleNote:

This is a workaround solution, not an actual configurable feature via the plugin

...

Info
titleDesign Considerations:

The Favourites tab was added so that:

  • existing users who are used to the original Jira Favourites is still able to find it from the Dashboard page
  • users that does not have any folder setup for them will not find it confusing or hard to navigate between Dashboard

^ Please note the above considerations before applying the workaround

  1. Log in as an administrator into Jira
  2. Select User Interface > Announcement banner in the System panel or use the shortcut 'g'+'g' and type in "Announcement Banner"
  3. Enter the relevant CSS below into the Announcement field:

    1. Code Block
      languagecss
      titleHide Favourites tab from the side bar
      <style>
      #d-side-nav>ul>li#tabs-oFavorites-tab, #d-side-nav>ul>li#tabs-dFolders-tab {
          display: none !important;
      }
      
      #d-side-nav>div#tabs-dFolders {
          border-top: none;
      }
      </style>



    2. Code Block
      languagecss
      titleHide Favourites tab from the top menu bar
      <style>
      div#dfolder_favourites {
          display: none;
      }
      </style>


  4. Set the Visibility Level for the banner to Public
  5. Click the Set Banner button



BeforeAfter
Top menu barImage AddedImage Added
Side barImage AddedImage Added