I am admin of bitbucket. My team is working to create a company wide automated audit for all the repositories in bitbucket and run some validations on commit or push. To initiate this audit, we want to develop an admin plugin which should keep listening for all the commits/push for repository and make external API call if developer push or merged changes to any repository. This AP will trigger automated audit process which is outside of bitbucket.
I was going through Atlas bitbucket plugin development and felt that I can only develop plugin at repository level. But my requiremnet is for entire stash repository.
Can someone help?