Let's say I have a workspace and repo called acme/widget, and I have a fork of that called brianc/widget. Using the BitBucket api, how can I create a pull request from my repo to the upstream?
In the docs there doesn't seem to be a way to do this kind of cross-repo pull request creation, since it seems that branch
is the only variable allowed. Any ideas?