Hiding Zephyr Menu Tab

bmacdonald05 August 31, 2014

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

2 answers

0 votes
Eduardo Marques November 8, 2015

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)

 

0 votes
Bibek Behera
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 15, 2014

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 

Suggest an answer

Log in or Sign up to answer