Last updated Nov 29, 2023

Example apps for Bitbucket

Before you begin exploring these example apps, you'll need to set up the Forge CLI first. Learn more about getting started.

Once the Forge CLI is up and running, clone an example app repository to explore and customize it locally. Each repository's README.md file contains quickstart instructions and other details about the app.

For more information, refer to our getting started guides for building Bitbucket, Confluence, Jira, and Jira Service Management apps. Our tutorials and guides also offer useful information for common tasks.

The forge register command creates a unique app ID in the manifest.yml file and links the ID to the current developer. Forge apps can currently only be deployed and installed by the developer who is linked to the app.

This app adds a pull request card that displays pull requests related to the one you're viewing, based on the Jira tickets mentioned in the title of the current pull request.

Pull request title validator with custom merge checks

This app creates a custom merge check that can block a pull request from being merged if the title does not contain a string configured in the repository settings page.

Pull request secrets scanner with custom merge checks

This app creates a custom merge check that can block a pull request from being merged when there are secrets detected in your repository.

Dynamic Pipelines provider tutorial app

This app is a reference implementation of Orchestrate your builds using Dynamic Pipelines tutorial, it adds a step to the default pipeline.

Rate this page: