get_pull_request
Retrieve a pull request by its ID using only the project and pull request ID, without needing a repository ID. Designed for Azure DevOps Server where pull request IDs are scoped per project.
Instructions
Get a pull request by ID (no repositoryId required; best for Azure DevOps Server where PR IDs are project-scoped)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The ID or name of the project | |
| organizationId | No | The ID or name of the organization (Default: mycompany) | |
| pullRequestId | Yes | The ID of the pull request |