get_pull_requests_count
Get the number of pull requests in a Backlog repository using filters for project, repo, status, assignee, or creator. Use this count to measure development activity and review workload.
Instructions
Returns count of pull requests for a repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoId | No | Repository ID | |
| issueId | No | Issue IDs | |
| repoName | No | Repository name | |
| statusId | No | Status IDs | |
| projectId | No | The numeric ID of the project (e.g., 12345) | |
| assigneeId | No | Assignee user IDs | |
| projectKey | No | The key of the project (e.g., 'PROJECT') | |
| createdUserId | No | Created user IDs |