Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How do I hide the Export buttons in Jira server?

Kyle June 14, 2021

Atlassian did a great help article, but only seemed to solve half of the problem. 

I would like to hide the "export" buttons from the Navigator page and the Issue View page. 

In this help article, for version 7.5 or higher, they only give the script to hide it from the navigation page. Does anyone know how to hide it from the Issue View page in later versions?

https://confluence.atlassian.com/jirakb/how-to-hide-the-export-buttons-in-jira-server-856835486.html

1 answer

1 accepted

0 votes
Answer accepted
Elton Santos
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 17, 2021

Hi Kyle,

Thanks so much for your question.

You can use the following code in the announcement banner (following the article you mentioned), and it should remove the “Export” buttons for you. Please bear in mind: I tested this in the latest JSM version available (4.18.0) so I cannot guarantee that it will work with older versions.

<style type="text/css">
div.saved-search-operations ul.operations li:nth-child(2)
{display:none;}

div.toolbar-split-right ul.pluggable-ops li:nth-child(2)
{display:none;}

div.saved-search-operations button.header-views
{display:none;}

#viewissue-export
{display:none;}
</style>

Hope this helps,

Elton Santos
Jira Service Management

ps. if this answer is correct, please select the ‘accept answer’ button

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
8.15.0
TAGS
AUG Leaders

Atlassian Community Events