The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

push notifications in teams channel

anusha mukta
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 2, 2026

how to get push notifications in teams channel from bitbucket repository - when ever the pull requests are not reviewed by team mates need to get notification as "PR s are not reviewed since an hour"

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Arkadiusz Wroblewski
Community Champion
August 7, 2026

Hello and welcome to Atlassian community @anusha mukta 

A normal Bitbucket webhook alone won't quite cover this requirement.

Bitbucket webhooks are event-driven

One approach would be to create a scheduled Bitbucket pipeline that runs hourly.

https://support.atlassian.com/bitbucket-cloud/docs/pipeline-triggers/ 

The pipeline could query the Bitbucket REST API for open pull requests, check their creation time and reviewer/participant status, select PRs older than one hour without required approval/review, and send them to your Microsoft Teams channel.

Cheers 

Arek 🤠 

DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin Site Admin
TAGS
AUG Leaders

Atlassian Community Events