IT and Development
Bitbucket
2min
the bitbucket modules enable you to monitor repositories, users, or teams and create, update, retrieve, or delete issues, snippets, or milestones in your bitbucket account to get started with bitbucket, create an account at bitbucket org for the list of available endpoints, refer to the bitbucket api documentation connect bitbucket to make to connect to the bitbucket app log in to your make account, add any bitbucket module, and click the add button next to the connection field optional in the connection name field, enter a name for the connection optional click show advanced settings and enter your custom app's consumer key and secret values see bitbucket oauth2 0 documentation click save if prompted, log in to your bitbucket account and confirm the access by clicking the grant access button you have successfully connected the app and can now build make bitbucket modules after connecting the app, you can perform the following actions watch a repository creates a new webhook on the specified repository watch a workspace creates a new webhook on the specified workspace create an issue creates a new issue private repositories or issue trackers require the caller to authenticate with an account with appropriate authorization get an issue returns the specified issue list issues returns the issues in the issue tracker update an issue updates an issue delete an issue deletes the specified issue this requires write access to the repository create an issue comment creates a new issue comment list milestones returns the milestones that have been defined in the issue tracker this resource is only available on repositories that have the issue tracker enabled get a milestone returns the specified issue tracker milestone object list repository watchers returns all watchers on the specified repository get a file returns a redirect to the contents of a downloaded artifact this endpoint returns the actual file contents and not the artifact's metadata list snippets returns all snippets get a snippet retrieves a single snippet start watching a snippet start watching a specific snippet stop watching a snippet stops watching specific snippets list snippet watchers returns a list of all users watching a specific snippet create a snippet comment creates a new comment on a snippet make an api call performs an arbitrary authorized api call