Re: Get list of users who approved the review-request

2021-10-05 Thread Christian Hammond
Hi Ketan, I'm sorry for the late reply. The best approach is to do this via an extension, making use of ReviewRequestApprovalHook . This is used to define custom logic on what constitutes an

Get list of users who approved the review-request

2021-09-23 Thread ketan khandagale
Im trying to build a check before submitting the change, that if the reivew is approved my specific users or not. for doing this validation i need to get list of users who gave ship it. but the api which rb provides just returns the ship-it count. Do you have any idea how to do this ? or is