Get pull request work items
get_pull_request_work_itemsFind work items linked to a pull request by providing repository and pull request IDs. Use this tool to quickly identify associated tasks, bugs, or user stories for review or traceability.
Instructions
Get work items directly linked to a pull request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project name or ID. Omit to use AZURE_DEVOPS_DEFAULT_PROJECT. | |
| repositoryId | Yes | Repository name or ID. | |
| pullRequestId | Yes | Pull request numeric ID. |