Application navigator cannot be unhidden

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

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.

bamboo551.application.navigator

回避策

As a workaround, I would suggest you on performing the following query against your Bamboo database:

tip/resting Created with Sketch.

Before running any of the commands below mentioned, please backup your Bamboo database

  1. 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>[{&quot;baseUrl&quot;:&quot;http://ironman/jira625&quot;,&quot;id&quot;:&quot;2&quot;,&quot;hide&quot;:true,&quot;applicationName&quot;:&quot;Iron Man 6.2 - Gemini&quot;,&quot;self&quot;:false,&quot;applicationType&quot;:&quot;jira&quot;,&quot;displayName&quot;:&quot;Iron Man 6.2 - Gemini&quot;,&quot;allowedGroups&quot;:[],&quot;editable&quot;:false,&quot;url&quot;:&quot;http://ironman/jira625/&quot;},{&quot;baseUrl&quot;:&quot;http://192.168.10.85:8085/&quot;,&quot;id&quot;:&quot;1&quot;,&quot;hide&quot;:false,&quot;applicationName&quot;:&quot;[Bamboo 5.5.1]&quot;,&quot;self&quot;:true,&quot;applicationType&quot;:&quot;bamboo&quot;,&quot;displayName&quot;:&quot;[Bamboo 5.5.1]&quot;,&quot;allowedGroups&quot;:[],&quot;editable&quot;:false,&quot;url&quot;:&quot;http://192.168.10.85:8085/&quot;}]</string>
    

    Please, update the parameter hide":true," to false.

    <string>[{&quot;baseUrl&quot;:&quot;http://ironman/jira625&quot;,&quot;id&quot;:&quot;2&quot;,&quot;hide&quot;:true,&quot;
    
  2. refresh Bamboo website

最終更新日 2018 年 11 月 16 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.