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 — 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

    Creates a comment on an issue in Bitbucket.

  • bitbucket-issue-comment-delete

    Deletes a comment on an issue in Bitbucket.

  • bitbucket-issue-comment-list

    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

    Updates a specific comment on a given issue.

  • bitbucket-issue-create

    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

    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

    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.