How to hide JIRA Core Issues left side Project Menu

cloud June 13, 2017

When viewing a JIRA Core Issues left side Project Menu (Summary, Issues, Reports, Components, Roles, Add-ons, Project Shortcuts) displays. How might we permanently hide this menu without displaying even the icons?

At this time hiding the menu for all is acceptable, however new projects and users may find this menu useful.

The development of a feature enabling project level display of this menu would be useful.

2 answers

1 vote
Atimene nazim July 25, 2018

Hello,

For hidding this permanently you can add this CSS code to your banner : 

<style>
.aui-sidebar-wrapper{
display:none
}
.aui-sidebar[aria-expanded="false"]~.aui-page-panel, .aui-sidebar-submenu[aria-expanded="false"]~.aui-page-panel {
padding-left: 0px;
}
</style>
0 votes
karim ANNOUCHE May 23, 2018

Did you manage to hide the Sidebar ? can you please share with us your solution ? 

thx

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events