JIRA Pages Are Hidden After Configuring Announcement Banner

お困りですか?

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

コミュニティに質問

症状

After editing the JIRA Announcement Banner in, JIRA pages no longer render correctly and most or all of the content are hidden.

原因

This can be caused by an unclosed <script> tag injected into the Announcement Banner.

回避策

A workaround is to reset the announcement banner to blank via the database, as per the following instructions.

データベースの変更を行う場合は 必ず事前にバックアップを取得してください。可能な場合はテスト サーバーで変更を試すことをおすすめします。

  1. Jira をシャットダウンします。
  2.  Pull up the announcement banner property ID and content via: 

    select pt.id, pt.propertyvalue from propertytext pt join propertyentry pe on pt.id=pe.id where pe.property_key='jira.alertheader';
  3. Make a note of the ID number and set the banner contents to blank via: 

    update propertytext set propertyvalue='' where id='<id from above>';
  4. Jira を起動します。

 

関連コンテンツ

最終更新日: 2016 年 2 月 23 日

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

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