You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I want to prevent direct commits to specific branches and allow only pull requests. I have created a branch restriction but didn't see any option which allows for this. The documentation shows a "prevent changes without a pull request" checkbox ( https://confluence.atlassian.com/bitbucketserver/using-branch-permissions-776639807.html ) but I don't see it. This is what is shown in the branch restrictions tab, under Workflow in the Repository Settings page -
The documentation you linked is for the BitBucket Server, a self-hosted BitBucket with more control like the feature you want.
Ah ok, thanks. I didn't notice the "Data Center and Server" part in the breadcrumbs there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @siva,
You can actually achieve what you want by changing the setting in Write access to Only specific people or groups have write access, and then leave the field below it empty:
With a setting like this, no one will be able to push commits to the branch(es) with that branch restriction.
You can also limit the users who can merge via pull request with the Only specific people or groups have merge access option, in the Merge access via pull requests section. If you don't want to restrict this, you can of course leave it to Everyone with access to the repository has merge access.
If you have any questions, please feel free to let me know!
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are welcome Siva. Please feel free to reach out if you have any other questions!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.