How to disable Last week most active in project activity summary

Still need help?

The Atlassian Community is here for you.

Ask the community

Platform notice: Server and Data Center only. This article only applies to Atlassian products on the Server and Data Center platforms.

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.

*Except Fisheye and Crucible

Problem

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. 

Workaround


    1. Stop your JIRA.
    2. Run the following SQL query:

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

      Always back up your data before performing any modifications to the database. If possible, test any alter, insert, update, or delete SQL commands on a staging server first.

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



DescriptionDisable Last week most active
ProductJira
Last modified on Aug 14, 2019

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.