I am new to BitBucket and have been tasked with finding out what user changed a repository setting from private to public. Any assistance would be greatfully appreciated
Hi @[deleted],
Is this about a Bitbucket Server or a Bitbucket Cloud (bitbucket.org) repository?
In case of a Bitbucket Server repository, you will find the following event in the audit log (either in the log or in the user interface directly). The Audit events in Bitbucket Server page contains the full list of available events and their priority level.
The events will also carry the username of the user who performed the action.
When making a repository public:
RepositoryModifiedEvent {"old.isPublic":false,"new.isPublic":true}
When making a repository non public:
RepositoryModifiedEvent {"old.isPublic":true,"new.isPublic":false}
Cheers,
Caterina - Atlassian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.