Bitbucket
Bitbucket Cloud is a Git-based code and CI/CD tool optimized for teams using Jira.
Utilities · Bitbucket
Configuration parameters
workspace— Workspace (required)server_url— Server URL (required)credentials— User Name (required)repository— Repositoryinsecure— Trust any certificate (not secure)proxy— Use system proxy settings
Commands (24)
-
bitbucket-branch-createCreates a new branch in Bitbucket.
-
bitbucket-branch-deleteDeletes the given branch from Bitbucket.
-
bitbucket-branch-getReturns the information of the requested branch.
-
bitbucket-commit-createCreates a new commit in Bitbucket.
-
bitbucket-commit-listReturns a list of the commit in accordance with the included and excluded branches.
-
bitbucket-file-deleteDeletes the given file from Bitbucket.
-
bitbucket-issue-comment-createCreates a comment on an issue in Bitbucket.
-
bitbucket-issue-comment-deleteDeletes a comment on an issue in Bitbucket.
-
bitbucket-issue-comment-listReturns 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-updateUpdates a specific comment on a given issue.
-
bitbucket-issue-createCreates an issue in Bitbucket. To perform this command, create an issue tracker by clicking on the relevant repo > Repository settings > Issue tracker.
-
bitbucket-issue-listIf 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-updateUpdates 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-listReturns a list of the open branches.
-
bitbucket-project-listIf a project_key is given, returns the requested project. Else, returns a list of the projects in the workspace.
-
bitbucket-pull-request-comment-createCreates a new comment on a pull request.
-
bitbucket-pull-request-comment-deleteDeletes a specific comment in a specific pull request.
-
bitbucket-pull-request-comment-listReturns a list of comments of a specific pull request.
-
bitbucket-pull-request-comment-updateUpdates a specific comment in a specific pull request.
-
bitbucket-pull-request-createCreates a pull request in Bitbucket.
-
bitbucket-pull-request-listReturns 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-updateUpdates a pull request in Bitbucket.
-
bitbucket-raw-file-getReturns the content of the given file, along with the option to download it.
-
bitbucket-workspace-member-listReturns a list of all the members in the workspace.