Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hello @David V_ Corbin ,
Thank you for reaching out to Atlassian Community.
When you click the "Merge" button in a pull request, a new panel will be displayed with an option to choose which merge strategy you'd like to use :
The currently available option are Merge commit, squad, or Fast forward. Accordingly to your description, the option that would create a new commit with two parents would be Merge commit.
You can also set the default merge strategy in a given repository by going to Repository Settings > Merge Strategies.
Hope that helps! Let me know in case you have any questions.
Thank you, @David V_ Corbin .
Kind regards,
Patrik S
Hello David,
to override the merge-commit message Bitbucket creates you can trigger a PR merge via the Bitbucket cloud rest api https://developer.atlassian.com/cloud/bitbucket/rest/api-group-pullrequests/#api-repositories-workspace-repo-slug-pullrequests-pull-request-id-merge-post and define the merge message via the 'message' request parameter.
Hope that helps
Ulrich
// Izymes
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.