Well, you have several solution depending how complex you want it to be. 1. If you want something simple, easy and that is already provided via RBTools, use it (or it's API). Just call it from your own Python script, simple, easy, just build the command line/API call and execute it. 2. If you want more control and more access/features (ie creating repository), you will want to use the webAPI. When understood it's not hard to use and open a whole lot possibilities.
The doc for the webAPI will tell you the parameters, up to you to create the call and parse result (JSON). On Tuesday, May 5, 2020 at 8:34:48 AM UTC+2, Akshatha D wrote: > > How can I automate review board using python script without GUI. > Plz give suggestion regarding thz implementation. > -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "Review Board Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/reviewboard/0bfa21c4-3ce0-4d3c-bf00-16e40b93b219%40googlegroups.com.
