Just wondering if there is a way of doing operations on multiple git repo in bitbucket.
Use cases (examples):
- I have about 24 repos and I'd like to set myself as default reviewer on 8 of them.
- I want to change the membership on a all repos like adding & removing users, etc.
- I want to create a pipeline variable across a dozen repos
- I want to turn on pipeline across a bunch of repos
- I want to create the same Deployment name across a dozen repos
Is there a way of doing these sorts of operations from a dashboard that I'm not seeing? Where I could checkmark the repos to apply settings to, a bit like you can do in JIRA batch operations where you can filter tickets then apply settings. I'm using Bitbucket Cloud.
Note: I realize I could use the REST API but I find it takes as much work to figure out how to use it as it does to do the above changes by hand.