-
Notifications
You must be signed in to change notification settings - Fork 2
get_pull_requests() support #771
Copy link
Copy link
Open
Labels
Description
Part of #754.
Implement get_pull_requests() for BitBucket Cloud:
- Retrieve PRs via
GET /2.0/repositories/{workspace}/{repo_slug}/pullrequestswithstatefilter. - Map to the standard
gitstats_pull_requeststable:number,created_at,merged_at,state,author,source_branch,target_branch,repo_name,organization,api_url. - Handle pagination (cursor-based with
nextURL). - Unit tests with mocked API responses.
Reactions are currently unavailable