How to configure an automatic refresh of the recently updated list

お困りですか?

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

コミュニティに質問

目的

To have the dashboard refresh automatically.

ソリューション

  1.  Modify the Main Layout at Administration->Layouts->Main Layout.
  2. Add in the <META HTTP-EQUIV="REFRESH" CONTENT="5"> tag in the html header tag
  3. This example will refresh the browser in every 5 seconds
      <html>
      <head>
      <META HTTP-EQUIV="REFRESH" CONTENT="5">
      ........................................................
最終更新日: 2016 年 2 月 26 日

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

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