JIRA Footer not showing in certain places.

Steve Nguyen April 11, 2024

Anyone knows why the Jira footer that contains the Jira links and logo is not showing in Backlog, Active Sprints and Issues?

I could see the codes for the footer when I do view source but nothing is showing on the page.  So something is hiding it?

This is JIRA v.9.4.2

1 answer

1 accepted

0 votes
Answer accepted
Brant Schroeder
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 11, 2024

@Steve Nguyen welcome to the Atlassian community

The Jira footer is not displayed on several pages in Jira.  Boards, Backlog, Issue are all ones where they do not show up.  I believe Atlassian hides it to provide more space for pertinent information.    Your instance is working as expected.  

Steve Nguyen April 11, 2024

There is a need to have a footer in every pages so I want to tailored it for my own custom footer.  I mean the footer is there but not visible so is it hidden by JavaScript or covered by another div? Can it be unhidden?

Brant Schroeder
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 12, 2024

@Steve Nguyen Looks like it is being hidden by CSS.  Since you are on data center you can paste the following code into the announcement banner and it will then display.  I only checked boards, backlog and issue.  If you find something else you would have to update the CSS.  Let me know if you have any questions.

<style>
.page-type-split #footer, .ghx-scroll-columns #footer {display: block !important;}
</style>

 

Like Steve Nguyen likes this
Steve Nguyen April 15, 2024

I got my footer to show up now.  Thanks to your help.

Brant Schroeder
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 15, 2024

@Steve Nguyen great news, can you accept the answer to help others.

Suggest an answer

Log in or Sign up to answer