Is there an option to prevent users from creating a pull request where the source branch is either "develop" or "master"?
The problem is that when using the Jenkins Bitbucket Plugin, when a user creates a pull request from develop or master, the job in in the Multibranch Pipeline Job list is being deleted because the PR is being built. It appears again when the pull request was merged but the history of the build results is lost.