repo_list_pull_requests_by_project
Retrieve a list of pull requests for a specific Azure DevOps project, filtered by status, creator, or reviewer. Use this tool to efficiently manage and track pull requests within your project.
Instructions
Retrieve a list of pull requests for a given project Id or Name.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
created_by_me | No | Filter pull requests created by the current user. | |
i_am_reviewer | No | Filter pull requests where the current user is a reviewer. | |
project | Yes | The name or ID of the Azure DevOps project. | |
skip | No | The number of pull requests to skip. | |
status | No | Filter pull requests by status. Defaults to 'Active'. | Active |
top | No | The maximum number of pull requests to return. |