サイドバーのナビゲーション表示オプションを複数スペースに対して変更する方法

お困りですか?

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

コミュニティに質問

This Knowledge Base article was written specifically for the Atlassian Server platform. Due to the Functional differences in Atlassian Cloud, the contents of this article cannot be applied to Atlassian Cloud applications.

目的

You can configure "Child page" or "Page tree" navigation in sidebar for each space as described in Configure the Sidebar.

しかし、この方法では、全てのスペースに対して一括で設定変更することは出来ません。 

ソリューション

データベースの変更を行う場合は必ず事前にバックアップを取得してください。可能な場合は、まずステージング サーバーで SQL コマンドの変更、挿入、更新、または削除を行うようにします。

  1. BANDANA テーブルを以下の SQL で更新します。

    「ページツリー」に変更する場合
    update BANDANA set BANDANAVALUE='<string>page-tree</string>' WHERE BANDANAKEY='sidebar.nav-type';
    「子ページ」に変更する場合
    update BANDANA set BANDANAVALUE='<string>pages</string>' WHERE BANDANAKEY='sidebar.nav-type';
  2. [一般設定] > [管理] > [キャッシュの管理] > [すべて消去] でキャッシュをクリアします。


最終更新日 2018 年 11 月 2 日

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

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