How to hide JIRA User Timezone Difference Warning

お困りですか?

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

コミュニティに質問

このページの情報は、Jira アプリケーションのカスタマイズに関連しています。アトラシアン サポートの提供内容にカスタマイズは含まれていないため、アトラシアン サポートでは、このページで記載されている手順に対するサポートを保証できません。この資料は情報提供のみを目的としており、記載内容は自己責任の下で行っていただく必要があります。

また、ファイルの直接変更によって行われるカスタマイズは、アップグレード プロセスには含まれない点にご注意ください。このような変更は、アップグレード後のインスタンスで手動で再適用する必要があります。

It's often for a server to set up in one time zone while users accessing from different time zone location. There would a user Timezone difference warning when user using a different time zone in their profile as opposed to what server set.

Users can choose to follow the server Timezone or continue using their own Timezone setting by hiding the warning message instead. For JIRA administrators who wants to hide the warning message from all users: Banner.

  •  For JIRA 6.3 and older , Go to Administration >> System >> User Interface >> Announcement and add the following css:

    JIRA 6.3 and older
    <style type="text/css">
      #timezoneDiffBanner{ display:none; }
    </style>
  • For JIRA 6.4 and later, you may hide disable the plugin from the Manage Add-on page 


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

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

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