In Bitbucket UI, in the commit it showing the PR that merges the commit. But when I use bitbucket API to retrieve commit info it doesn't show the PR.
/rest/api/1.0/projects/{projectKey}/repos/{repositorySlug}/commits/{commitId}
Is there anyway to get the PR id from the commit hash by using bitbucket API?