I am looking for was to automatically create a PR with the branch that is associated with that story, when I change the status in Jira. Is that possible out of the box?
Welcome to the community.
Unfortunately, there's no built-in feature in Bitbucket Cloud to achieve automatically creating PR from Jira.
You can, however, explore creating your custom automation in Jira and utilise the Bitbucket Cloud REST API below in creating pull requests.
POST /repositories/{workspace}/{repo_slug}/pullrequests
Regards,
Mark C
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.