We are looking to add to the Bitbucket approve process a form with questions to the approver.
Any suggestions?
The way I implemented this at my previous job was by adding tasks to the pull request that the reviewers had to check off before approving the request (I used scriptrunner to do this) and the merge policy to not allow the merge to happen until all tasks were checked. I know this does not prevent the author of the request to check the tasks off, but we could always hold the reviewers and authors accountable if during a review we found that they had not followed the approval process.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.