Question

Is there any gerrit REST API or any other way through which we can change the access levels through a script... i did notice that gerrit has the API's to retrive and update other details..but have not found any wrt access levels..

Pls advice.

Was it helpful?

Solution

You can use Git to manage the project config through the refs/meta/config refspec.

There are REST APIs atm. only for reading access settings.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top