How to disable Last week most active in project activity summary

お困りですか?

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

コミュニティに質問

プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

問題

Due to certain laws in countries like German, they are required to disable the Last week most active which keep track of user activity. While this is a system module that can't be disabled through UI, you can disable it through SQL query. 

回避策


    1. Stop your JIRA.
    2. 次の SQL クエリを実行します。

      INSERT INTO pluginstate (pluginkey, pluginenabled) VALUES ('com.atlassian.jira.jira-projects-plugin:summary-page-most-active', 'false');

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

    3. Restart your JIRA.
    4. Check if that particular Last week most active section still occurring.



説明 Disable Last week most active
製品Jira
最終更新日 2019 年 8 月 14 日

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

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