
Workflows
Remove repository subscription
This workflow allows you to unsubscribe the selected repository pipeline run results. When you remove the subscription, pipeline results will no longer be posted to the selected Slack channel.
List unsubscribed repositories
Run this workflow to list the repositories that don't have subscriptions yet. If you want to receive pipeline run result messages from a selected Slack channel, you can easily subscribe to repositories from the results list.
Subscribe to Bitbucket events
This workflow creates a webhook on Bitbucket to subscribe to the pipeline events from a selected repository. If you want to subscribe PR events from multiple repositories, you can re-run this workflow.
List subscribed repositories
Run this workflow to list the repositories that have subscriptions. If you want to stop receiving pipeline run result messages from a selected Slack channel, you can easily unsubscribe them from the results list.
Listen pipeline events
This workflow is triggered when a pipeline run is started. If the pipeline run is initiated by a user, it sends a direct message to the user. Also, if the repository is subscribed to a Slack channel, an informative message will be also sent to the channel.
Run pipeline
This workflow allows you to invoke any Bitbucket pipeline in your selected repository with automatically generated parameters.
Select channel for pipeline run results
Run this workflow to subscribe a Bitbucket repository to receive pipeline run result messages from a selected Slack channel. You can also select the event types you would like to receive notifications.