get_pull_request
Retrieve a pull request by ID from an Azure DevOps project without requiring a repository ID, designed for project-scoped PR IDs in Azure DevOps Server.
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 | |
| pullRequestId | Yes | The ID of the pull request | |
| organizationId | No | The ID or name of the organization (Default: mycompany) |