Hello,
to clarify, announcements are currently manually written and sent on a specific date.
What me and my team want to achieve is that whenever someone edits the source code on Bitbucket, an announcement gets sent with some data, for an example the commit messages.
Is this possible to achieve?
Hi @Dominik Otocan , welcome to the Community!
You can use the GraphQL API to send announcements:
https://developer.atlassian.com/cloud/compass/graphql/#mutations_createAnnouncement
In this case, you could listen for events from Bitbucket Cloud using webhooks, and then transform data from the webhook into an annoucement.
https://support.atlassian.com/bitbucket-cloud/docs/manage-webhooks/
Let us know if that helps!
- Tyler
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.