CreateGithubPullRequest creates a Github PR from the specified branch in the project's connected Github repository to the primary branch.

post/v1/orgs/{org}/projects/{project}/github/pr

Path parameters

orgstring required
projectstring required

Request body

bodystring
branchstring
titlestring

Response

A successful response.

prUrlstring

Changes