Hi,
I can get the code files difference or patch for a rb using the command:
rbt patch --print > .diff
For example: For rb # 260437
rbt patch --print 260437 > 260437.diff
The file 260437.diff contains the patch corresponding to the rb.
In similar fashion, is it possible to get the descriptio
review request data,
along with a JSON tool like `jq` to extract whatever fields you want. For
example:
rbt api-get /review-requests/12345/ | jq .review_request.description
David
On Tue, Feb 11, 2025 at 8:40 AM 'Ramakrishnan Palipuram Ramachandran' via
Review Board Community