ewooycom
ewooycom

Reputation: 2721

Get list of pull requests in Repository

I want to get all pull requests in repository but this seems impossible. I was able to find only pull requests comments (https://confluence.atlassian.com/display/BITBUCKET/pullrequests+Resource)

How could one use this resource if he cannot get request ids? Is there any way to get pull requests?

Upvotes: 3

Views: 5957

Answers (2)

vitkon
vitkon

Reputation: 1078

The new API is now out and list of pull requests works fine

https://bitbucket.org/!api/2.0/repositories/YOUR_NAME/REPO_NAME/pullrequests

Upvotes: 3

JLarky
JLarky

Reputation: 10241

It is officially impossible. But promised to be fixed soon.

Upvotes: 0

Related Questions