Skip to end of banner
Go to start of banner

getPullRequest

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 63 Current »

See also: Actions

Description

Get pull request information under a repository. Pull request can be identified by number. Name can also be used to identify the pull request, but this is done via name search determined lookup on a list of pull requests which uses a most recent filter based on started date and defaulting to the last 365 days equivalent to using '--startDate -365d'. Use '--startDate @all' to avoid the limit.

Required Parameters

repository, pullRequest

Optional Parameters

workspace, outputType, file, append, encoding

Type

Get

Category

Pull Requests

Output Formats

Replacement Variables

pullRequest, pullRequestName, repository, repositoryFullKey, repositoryName, repositoryUuid, workspace, workspaceName, workspaceUuid

Since Version9.3

Examples

getPullRequest

Related How To's

  • No labels