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.
Hello,
Is it possible to send custom email to all users in bitbucket using script runner?
Hi Rajeswari,
Yes you can send emails using ScriptRunner for Bitbucket. However, it depends on when you want to send the email.
If you want it triggered via a post receive hook, then see these docs: https://scriptrunner.adaptavist.com/latest/bitbucket/PostReceiveHooks.html#_send_mail
If you want it triggered via an event handler, then these are the docs: https://scriptrunner.adaptavist.com/latest/bitbucket/StashEventHandlers.html#_send_mail
And If you want it triggered as a scheduled job, then these are the docs: https://scriptrunner.adaptavist.com/latest/bitbucket/ScriptJobs.html#_send_mail
Hope that helps,
Dan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.