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

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 🤠 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin Site Admin
TAGS
AUG Leaders

Atlassian Community Events