Can someone please help me figure out how to hide this?
I have a pivot table with 7 individual jira filter and this comment is showing up for each queries I added.
Thanks!
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.
Discover the teamwork and precision behind success on and off the track. See how this high-performing team makes the impossible possible. Be one of the first 100 customers to register for a chance to win 2 tickets to an Atlassian Williams 2026 race.
Register now
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.