Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to determine who changed repository from private to public

Deleted user June 20, 2018

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

1 answer

0 votes
Caterina Curti
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 21, 2018

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events