Remove "Showing XX out of XX issues"

ytoeda December 17, 2020

Can someone please help me figure out how to hide this?

Capture.JPG

I have a pivot table with 7 individual jira filter and this comment is showing up for each queries I added. 

 

Thanks!

2 answers

1 accepted

1 vote
Answer accepted
Radek Dostál
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 17, 2020

I don't have a Cloud instance on my hands to confirm, but on a Server I'd do it in the following way:

 

 - add a 'html' macro anywhere on the page

 - insert the following to it

<style type="text/css">
div.refresh-issues-bottom {
display: none;
}
</style>

 

You might need to add !important to it and the element class could be different on cloud. Maybe somebody can provide more accurate steps, this is just my train of thought how you might be able to do it.

0 votes
ytoeda January 4, 2021

This worked like a magic. Thank you!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events