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