liudaolunhuibl
unread,Dec 9, 2021, 3:44:31 AM12/9/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Review Board Community
I know I can use / API / review requests / review_ ID to query the information of the review request according to the ID, but my current scenario is that if the status of this review request is not 'submitted' and it is not allowed to push to the GIT warehouse, I plan to use the GIT hook function to implement it, but I can't get the ID of this review request in the GIT hook function, so I can only get the commit ID, So I need an interface that can get the review request status according to the commit ID. does this interface exist?