Hi,
In on premise version of JIRA, is there a way through JIRA Admin GUI to check the capacity that is used?
The reason I am asking is because of migration to cloud and to check is the limit of 250GB sufficient.
Atlassian has some good KB how to get some information from database about attachments: https://support.atlassian.com/jira/kb/how-to-get-attachment-statistics-from-the-database-in-jiradatacenter-and-server/ This is what is counted in this 250GB limit.
I have also created Python script which scans attachments in Jira (on premise) and provides comprehensive statistics in different scopes: Attachments Scanner (Python)
I think that the total size of the directory /<jira home>/attachments should be a good approximation, considering that attachments are the most disk-space-intensive resources in Jira.
I don't think that it is available in the GUI though.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Davor ,
Would Health Check give you the information you need?: https://confluence.atlassian.com/jirakb/health-check-free-disk-space-local-home-993920185.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, but I need exact information on how much space we are currently using, in order to know is 250GB in cloud sufficient.
I am not sure will health check provide me with this information.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.