Hi,
Im trying to hide some of the menu tabs to users in Jira, as they are not all relevenant.
I have used Javascript to hide all menu options apart from the zephyr tab, which the javascript fails to hide.
Does anyone know of any solutions for this?
Many Thanks,
Ben
You can achieve the same results by disabling the following modules in the details of the plugin on the "Manage add-ons" section:
Tests - (zephyr_je.topnav.tests)
Zephyr Test Management Menu Main Section - (zephyr-je.topnav.section)
Hi Ben,
As per the previous post I have already already answered the same.
Please try AJS.$("[id^='zephyr_je.topnav.tests']").hide(); instead of AJS.$('#zephyr_je.topnav.tests').hide();
It should work.
Best Regards,
Bibek
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.