The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I hide the Export buttons in Jira server?

Kyle
Contributor
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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

DEPLOYMENT TYPE
SERVER
VERSION
8.15.0
TAGS
AUG Leaders

Atlassian Community Events