Hello,
I am Henry, and I am using the Standard model. I can view the total data usage for the Standard model, but I would like to check the usage for each specific space. Could you please let me know how to do this?
thank you
Hi @Shin jeong hun ,
Currently, Jira Cloud does not natively support viewing storage usage broken down by project. The admin hub only shows the total aggregate usage (250GB for Standard).
This is a long-standing feature request. You can track or vote for it here:
https://jira.atlassian.com/browse/JRACLOUD-75922
BTW, Since Jira’s native search cannot automatically sort by attachment size, the most effective approach is to extract the "metadata" of your attachments and process it externally.
Export List: Use the Jira API to extract attachment metadata (name, size, and project) only. It is extremely fast as it does not download actual files.
Sort & Identify: Import the list into Excel and sort by size to instantly identify the Top 100 largest files site-wide.
Targeted Cleanup: Navigate directly to the identified projects and issues for cleanup, eliminating the need for manual guesswork.
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.