Enhance JSON output for rbt close.
Review Request #12167 — Created March 17, 2022 and submitted — Latest diff uploaded
This updates the
rbt close --jsonoutput to add the close description,
to renamereview_requesttoreview_request_id, and to add
review_request_url, for better reference to the review request.It also changes
statustoclose_type, sincestatusis reserved and
was being overridden.
Tested closing with and without a description. Saw the expected output.