Note | ||
---|---|---|
| ||
This is a workaround solution, not an actual configurable feature via the plugin |
...
Info | ||
---|---|---|
| ||
The Favourites tab was added so that:
^ Please note the above considerations before applying the workaround |
- Log in as an administrator into Jira
- Select User Interface > Announcement banner in the System panel or use the shortcut 'g'+'g' and type in "Announcement Banner"
- Enter the relevant CSS below into the Announcement field:
Code Block language css title Hide 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>
Code Block language css title Hide Favourites tab from the top menu bar <style> div#dfolder_favourites { display: none; } </style>
- Set the Visibility Level for the banner to Public
- Click the Set Banner button
Before | After | |
---|---|---|
Top menu bar | ||
Side bar |