Is it possible to export a report that indicates the space occupied for each repository? Or do I have to consult one repository at a time?
I received a notification email. Atlassian tells me that I have exceeded the free space of 1gb but it seems strange to me.
My account (email) has multiple workspaces. Must the total of all repositories be 1gb or can each workspace have 1gb?
Hello @lsantaniello ,
and welcome to the Community!
To check the space used by each of your repositories in the Bitbucket UI, navigate to Repository Settings > Repository Details > Size for each repository you want to check.
If you prefer to see the sizes of all your repositories at once, you can use the Bitbucket Cloud API, more specifically the List repositories in a workspace endpoint.
This endpoint allows you to retrieve a list of all repositories and their respective sizes (in bytes) in your workspace without needing to check each one individually.For detailed steps, please refer to this article:
This will help you figure out which repositories are using the most space. If you have any questions, feel free to ask!
Thank you, @lsantaniello !
Patrik S
@Patrik S Thanks for your reply. I'll use API in order to generate my personal report.
Just a question. What is the Atlassian Workspace Limit? Is the 1GB threshold for my account (the sum of all the workspaces I've created) or is it for the individual workspace?
Thanks
Luca
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @lsantaniello ,
I'm sorry to have missed the last part of your original question.
The size limit is per individual workspace, meaning that each workspace will have a size limit of 1GB.
Patrik S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.