ScriptRunner for Bamboo is retiring!

ScriptRunner for Bamboo will be retired on 8th December 2022.

If you have any questions, please visit Adaptavist Product Support.

Hide UI Element Built-in Script

The Atlassian applications are supremely flexible, but this comes at the cost of some complexity.

This built-in script allows you to hide any system web item or panel, or those that are provided by plugins. This built-in script will only hide the web item - if your users can work out the URL that is invoked, they will be able to do the action. This is more for the purpose of reducing clutter, to allow users to focus on the most important elements in the user interface.

To be more specific, it allows you to add additional conditions to these UI elements, so you can control more precisely when they are displayed.

This script can be confusing in use.

  • Don’t confuse your users. If you remove a menu item, make sure you document it and explain to your users why it’s not available.
  • Don’t confuse Atlassian Support. Don’t forget you have done this and raise a support request with Atlassian. You can see all the hidden items at Admin > Script Fragments. Alternatively, disabling ScriptRunner will restore anything that it is hiding. Before raising a ticket about a missing item, please check the hidden items to ensure this script is not the reason.

Example

Hide Agents Administration Menu Item

Lets say you wish to hide the Agents Administration menu item from view.

Go to Admin → Script Fragments, and select Hide system or plugin UI element. Enter the following form details:

Using false as your Condition will always result in the item being hidden.

The section on conditions in Web Items is relevant here too.

The following shows the menu after you save the "hide items" built-in script:

On this page