I want to block merge of PR if the build status for the latest commit is not known. Currently, our minimum successful builds are set to 1. So if the PR owner rescopes the request, they can merge even before the new build passes based on the old commits build status. There are two ways to fix this:
1. Clear the build status from PR for rescoped event.
2. Block the merge until the build status for latest commit is know.
I tried to use approach 2, using the BuildStatusService in scriptrunner as mentioned here: https://community.atlassian.com/t5/Bitbucket-questions/Adaptavist-ScriptRunner-BuildStatusService-not-resolved-in-Merge/qaq-p/659173
But I got some errors which I'm unable to overcome.
My bitbucket server version is Atlassian Bitbucket v5.14.1 and I don't have admin access to the server. I'm admin on my project.
Any suggestions?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.