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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.