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, owner, 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 Version | 9.3 |
---|
Examples | getPullRequest |
---|
|