Hi All,
Is there a plugin to limit that can't create a specific Branch merge to a specific Branch's Pull request?
We hope to limit the Branch merge flow is Feature Branch -> SIT -> UAT -> PROD.
We do not allow users to create a Pull request likes as directly from Branch SIT-> Branch PROD.
So is there a Plugin or native function that can support this Flow?
Thank you & Bother you,
Vic
Hi,
We had simmilar problem, We solved in this way -> added default reviewer for PROD branch
-> So before merging any pull request to PROD users should get the Approval from approvers.
-> In your case if any user open a pull request from SIT to PROD, approvers can reject that Request.
Refer this for more info https://confluence.atlassian.com/bitbucketserver/add-default-reviewers-to-pull-requests-834221295.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.