3

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?

ewooycom
  • 2,651
  • 5
  • 30
  • 52

2 Answers2

3

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
vitkon
  • 1,058
  • 8
  • 13
0

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

JLarky
  • 9,833
  • 5
  • 36
  • 37