cdancy / bitbucket-rest

Java client, built on top of jclouds, for working with Bitbucket's REST API
Apache License 2.0
76 stars 57 forks source link

Add commitSummaries field to MergeConfig model #364

Closed neutrino1911 closed 1 year ago

neutrino1911 commented 1 year ago

MergeConfig model lacks commitSummaries field

https://developer.atlassian.com/server/bitbucket/rest/v806/api-group-repository/#api-api-latest-projects-projectkey-repos-repositoryslug-settings-pull-requests-post

Expected Behavior

MergeConfig model has commitSummaries field, and it is possible to update Commit summaries option on Merge strategies tab.

Current Behavior

Updating of Commit summaries option is not possible. Each request to this API resets the value to default 20

Context

I need to be able to update Commit summaries option

Steps to Reproduce (for bugs)

Your Environment