I know there is functionality on Jira Cloud but not on Server, so is there another way to do this?
Hi - I think you'll have/want to use Incoming webhooks:
https://confluence.atlassian.com/automation/triggers-993924804.html#Triggers-incomingwebhookIncomingwebhook
Incoming webhook
* Available in Server Lite: No
* Related smart values: {{webhookData}}A webhook is a way for a third party to trigger an Automation Rule. The webhook can specify specific issues to act on or even provide Automation for Jira with real-time data that you can use to update your issues. We have some great examples on how we have used webhooks in our blog:
* Triage customer feedback and add a slack notification
* How to use Automation for Jira to improve Continuous Delivery
* Integrate Jira and GitHub.
---
Then you'll need to set up BitBucket PRs to trigger that webhook you setup:
Server: https://confluence.atlassian.com/bitbucketserver/managing-webhooks-in-bitbucket-server-938025878.html
Cloud: https://support.atlassian.com/bitbucket-cloud/docs/manage-webhooks/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.