hi,
At first, just to make sure, we use BitBucket server version 7.6.0
I need to disable the "merge" button via Jenkins automation on a PR open.
this is because as long as the build is not successful, the merge button must be disabled.
The disable action is easy. but...
at the end of successful build, I can't enable the merge button because I can't tell if all other conditions of the merge button are met, like # of approvals.
any idea how/if can I get this info from the merge button ?