ado_git_list_prs
List pull requests in an Azure DevOps project or repository, filtering by status or creator, and return PR details like title, status, branches, and reviewers.
Instructions
List pull requests in a project or specific repository. Filter by status (active, completed, abandoned) and creator. Returns PR ID, title, status, branches, creator, and reviewers. Use ado_git_get_pr for full details on a specific PR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Max results (default 50, max 200) | |
| status | No | Filter by PR status. Defaults to 'active'. | active |
| project | Yes | Project to list PRs from | |
| creatorId | No | Filter by creator's ID (GUID) | |
| repositoryId | No | Repository ID or name. If omitted, lists PRs across all repos in the project. |