-
Notifications
You must be signed in to change notification settings - Fork 16
Description
The in-browser editing feature introduced in Bitbucket server v4.13 is supposed to respect the branch permission, and it in fact honor the inbuilt "Branch Permission" at the project/repository level. If I restrict the direct commit to 'master' using the inbuilt 'Branch permission' in Bitbucket Server it wont let me edit the files in-browser.
However, the in-browser editing doesn't honor the PR Harmony (v2.5.0) setup. In order words, even if I have "Block Direct Commits: master" enabled from the PR harmony settings, Bitbucket Server still lets me edit the files online.
When I contacted the Atlassian premier support regarding this issue, their response was as below
"""Since PR Harmony is a third party plugin, functionality in Bitbucket Server is not aware of its settings. Changes would have to be made to PR Harmony by its developer to implement something like this."""
Please do the needful to resolve this issue.