Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get all pull requests using bitbucket api?

Tags:

git

bitbucket

How to get all unread pull requests from anybody to any my repositories using bitbucket api?

like image 882
jdoedoedoe Avatar asked Sep 01 '25 16:09

jdoedoedoe


1 Answers

You need to use API 2.0 instead API 1.0. It works fine:

https://bitbucket.org/api/2.0/repositories/YOUR_NAME/REPO_NAME/pullrequests
like image 93
Maksim Avatar answered Sep 04 '25 05:09

Maksim