Hi,
We recently upgraded to JIRA 7.5.4. We see that the export to Excel option is disabled in JIRA. This option is removed from everywhere but not from Project Backlog screen as per attached screenshot. Users when tried to click on this link, they are getting 404 errors and I assume that this is because Excel export option is disabled.
We dont want to display 404 error when users click on it. Is there a way we can remove this option from Project backlog ?
Hi Raghavendra,
You should be able to hide this item on the list by using the following CSS:
<style>
#ghx-issue-ctx-action-view-in-excel-container a[title="View in Excel"] {
display: none !important;
}
</style>
You should able to paste this CSS in the Announcement Banner in Jira for this to take effect: https://confluence.atlassian.com/adminjiraserver071/configuring-an-announcement-banner-802592288.html.
Hello Raghavendra,
After some time searching for any related errors, I found out that this behavior has already been reported to Atlassian as a bug and it'currently on our roadmap to be fixed:
"View in Excel" feature on "Backlog" of Agile boards leads to a 404 error page
That being said, I recommend you to watch the reported bug to be aware of any updates on this. For now, you can also use one of the workaround options described in the bug.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.