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?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.