Customer request:
Can I disable the "Bulk Operations"/"Reporting (BETA)" pages in Jira? I.E prevent non-admins from seeing them?
Could this be possibly done by adding this option in the CONFIGURATION >> Settings section?
Crud, sorry. Same person again. I copy/pasted the wrong code.
<style type="text/css">
#salesforce-dropdown-menu {
display: none;
}
</style>
Documentation source: https://confluence.atlassian.com/jirakb/how-to-hide-elements-in-jira-using-css-or-javascript-958774526.html
This is certainly not a replacement for a config option. But, you could hide the drop down all together by placing the following code in the announcement banner.
<style type="text/css">#project-config-webpanel-summary-people { display: none;}#roles-add-users-button { display: none;}#view_project_roles { display: none;}</style>
You won't be notified about changes to this idea.
Crud, sorry. Same person again. I copy/pasted the wrong code.
<style type="text/css">
#salesforce-dropdown-menu {
display: none;
}
</style>
Documentation source: https://confluence.atlassian.com/jirakb/how-to-hide-elements-in-jira-using-css-or-javascript-958774526.html
Attachments Open full size
This is certainly not a replacement for a config option. But, you could hide the drop down all together by placing the following code in the announcement banner.
Attachments Open full size