Bitbucket
Bitbucket Cloud is a Git-based code and CI/CD tool optimized for teams using Jira.
- Category
- Utilities
- Pack
- Bitbucket
Configuration parameters
- server_url — Server URL (required)
- workspace — Workspace (required)
- credentials — User Name
- client_credentials — Client ID
- repository — Repository
- insecure — Trust any certificate (not secure)
- proxy — Use system proxy settings
Commands (24)
- bitbucket-branch-create — Creates a new branch in Bitbucket.
- bitbucket-branch-delete — Deletes the given branch from Bitbucket.
- bitbucket-branch-get — Returns the information of the requested branch.
- bitbucket-commit-create — Creates a new commit in Bitbucket.
- bitbucket-commit-list — Returns a list of the commit in accordance with the included and excluded branches.
- bitbucket-file-delete — Deletes the given file from Bitbucket.
- bitbucket-issue-comment-create — Deprecated. Issues are fully removed from Bitbucket Cloud by Atlassian as of Mid-August 2026. Use the ***jira-issue-add-comment*** command in the Atlassian Jira v3 integration instead. Creates a comment on an issue in Bitbucket.
- bitbucket-issue-comment-delete — Deprecated. Issues are fully removed from Bitbucket Cloud by Atlassian as of Mid-August 2026. Use the ***jira-issue-delete-comment*** command in the Atlassian Jira v3 integration instead. Deletes a comment on an issue in Bitbucket.
- bitbucket-issue-comment-list — Deprecated. Issues are fully removed from Bitbucket Cloud by Atlassian as of Mid-August 2026. Use the ***jira-get-comments*** command in the Atlassian Jira v3 integration instead. Returns a list of comments on a specific issue. If a comment_id is given it will return information only about the specific comment.
- bitbucket-issue-comment-update — Deprecated. Issues are fully removed from Bitbucket Cloud by Atlassian as of Mid-August 2026. Use the ***jira-issue-edit-comment*** command in the Atlassian Jira v3 integration instead. Updates a specific comment on a given issue.
- bitbucket-issue-create — Deprecated. Issues are fully removed from Bitbucket Cloud by Atlassian as of Mid-August 2026. Use the ***jira-create-issue*** command in the Atlassian Jira v3 integration instead. Creates an issue in Bitbucket. To perform this command, create an issue tracker by clicking on the relevant repo > Repository settings > Issue tracker.
- bitbucket-issue-list — Deprecated. Issues are fully removed from Bitbucket Cloud by Atlassian as of Mid-August 2026. Use the ***jira-get-issue*** command (for a single issue) or the ***jira-issue-query*** command (to list issues using JQL) in the Atlassian Jira v3 integration instead. If an issue_id is given, returns the information about it. Otherwise, returns a list of all the issues, according to the limit parameter.
- bitbucket-issue-update — Deprecated. Issues are fully removed from Bitbucket Cloud by Atlassian as of Mid-August 2026. Use the ***jira-edit-issue*** command in the Atlassian Jira v3 integration instead. Updates an issue in Bitbucket. To perform this command, create an issue tracker by clicking on the relevant repo > Repository settings > Issue tracker.
- bitbucket-open-branch-list — Returns a list of the open branches.
- bitbucket-project-list — If a project_key is given, returns the requested project. Else, returns a list of the projects in the workspace.
- bitbucket-pull-request-comment-create — Creates a new comment on a pull request.
- bitbucket-pull-request-comment-delete — Deletes a specific comment in a specific pull request.
- bitbucket-pull-request-comment-list — Returns a list of comments of a specific pull request.
- bitbucket-pull-request-comment-update — Updates a specific comment in a specific pull request.
- bitbucket-pull-request-create — Creates a pull request in Bitbucket.
- bitbucket-pull-request-list — Returns a list of the pull requests. If a state is provided than the list will contain only PRs with the wanted status. If a state is not provided, by default a list of the open pull requests will return.
- bitbucket-pull-request-update — Updates a pull request in Bitbucket.
- bitbucket-raw-file-get — Returns the content of the given file, along with the option to download it.
- bitbucket-workspace-member-list — Returns a list of all the members in the workspace.