Automate Review Board

15 views
Skip to first unread message

Akshatha D

unread,
May 5, 2020, 2:34:48 AM5/5/20
to Review Board Community
How can I automate review board using python script without GUI.
Plz give suggestion regarding thz implementation.

Laurent M.

unread,
May 5, 2020, 10:17:18 AM5/5/20
to Review Board Community
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).
Reply all
Reply to author
Forward
0 new messages