You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.