I am trying to automate creation of pull requests using bitbucket server apis.
I am able to get the file content of a given file, modify the file. Create a new branch. But unable to commit the file to new branch using API. I am unable to find any documentation on APIs for committing file to a branch.
is there a way to achieve this scenario? at this points its just committing single file to a branch.
Any support on this would be really helpful.
Welcome to Atlassian Community,
check the below url which is a workaround done by someone else, you can also try the same way.
Vikram P
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.