get_pull_request
Retrieve details of a specific pull request in Backlog by providing its number and optional project or repository identifiers.
Instructions
Returns information about a specific pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The numeric ID of the project (e.g., 12345) | |
| projectKey | No | The key of the project (e.g., 'PROJECT') | |
| repoId | No | Repository ID | |
| repoName | No | Repository name | |
| number | Yes | Pull request number | |
| organization | No | Optional organization name. Use list_organizations to inspect available organizations. |