Skip to end of banner
Go to start of banner

createPullRequest

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 22 Next »

See also: Actions

Description

Create a new pull request. Use parameter from to set the source branch. Use parameter to to set the target branch. The target branch will be defaulted to master branch if parameter to is not specified. Use parameter reviewers to provide comma separated list of reviewers for the pull request. Note the owner of the pull request cannot be in the reviewers list. Note if there is already an open pull request with provided source and target branch, that pull request will be updated.

Required Parameters

repository, pullRequest, from

Optional Parameters

workspace, description, to, reviewers

Type

Create

Category

Pull Requests

Output Formats

Replacement Variables

pullRequest, pullRequestId

Since Version10.4

Examples

createPullRequest

Related How To's

  • No labels