About the Bitbucket Development category

Ask any questions related to development for Bitbucket here.

If you know which platform you are building for select be sure to select the right sub-category.

Please keep in mind our Code of Conduct and Participation Guidelines when posting.

Hi,
I’m developing a bitbucket plugin on java where I want Pull Request Data.
I’m calling search() of pullRequestService where I got all pull request details like Author, Reviewer , Title, State etc except pull request link(url of pull request)

I looked into api but couldn’t get much.

Please suggest the path.