Application navigator cannot be unhidden
Symptoms
When administrator hides an application (automatically added due to Application Link) in Application navigator settings under {{Bamboo administrator >> Add-ons >> Application navigator}}, such application cannot be edited or shown/unhidden again through the UI.
Workaround
As a workaround, I would suggest you on performing the following query against your Bamboo database:
Before running any of the commands below mentioned, please backup your Bamboo database
open you Bamboo database and run the following command:
SELECT * FROM `BANDANA` where BANDANA_KEY = "com.atlassian.plugins.custom_apps.customAppsAsJSON"
You should expect a result similar to the following:
<string>[{"baseUrl":"http://ironman/jira625","id":"2","hide":true,"applicationName":"Iron Man 6.2 - Gemini","self":false,"applicationType":"jira","displayName":"Iron Man 6.2 - Gemini","allowedGroups":[],"editable":false,"url":"http://ironman/jira625/"},{"baseUrl":"http://192.168.10.85:8085/","id":"1","hide":false,"applicationName":"[Bamboo 5.5.1]","self":true,"applicationType":"bamboo","displayName":"[Bamboo 5.5.1]","allowedGroups":[],"editable":false,"url":"http://192.168.10.85:8085/"}]</string>
Please, update the parameter
hide":true,"
tofalse
.<string>[{"baseUrl":"http://ironman/jira625","id":"2","hide":true,"
- refresh Bamboo website