How to remove unused menus and links?

Shannon Peterson
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 26, 2024

Would like to remove the Plans menu, Jira Software help link, Advance Roadmaps for Jira help link, Advanced Roadmaps keyboard shortcuts link, and redundant Jira Credits (around the world) link from our Jira Software instance. Our instance is running in an environment that does not have internet access, so these links cannot resolve. Which modules do I need to disable for each of these items?

I found instructions on how to remove the Boards menu, and I figured out the module to disable to remove the JSU Help link, but can't find which modules affect the items above.

2 answers

1 vote
Matt Doar
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 26, 2024

Assuming this is on-prem, you have the right idea. Experimentally disable specific plugin modules in a test instance. Another option if you have ScriptRunner is to use that to hide (or add) parts of the UI. Some like Jira Credits are part of a larger module IIRC. Good luck!

0 votes
Aaron Pavez _ServiceRocket_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 27, 2024

You can hide them using CSS or javascript as mentioned here:

https://confluence.atlassian.com/jirakb/how-to-hide-elements-in-jira-using-css-or-javascript-958774526.html

Good luck!

Shannon Peterson
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 2, 2024

Using CSS, what if multiple elements have the same id and I want to continue to display one of them and hide another?

I have 2 help menu links for Jira Credits, both with the exact same element data except the href link. I only want to display one of them.

Suggest an answer

Log in or Sign up to answer