Create a branchCreates a new branch in a bitbucket repository from a target commit hash; the branch name must be unique, adhere to bitbucket's naming conventions, and not include the 'refs/heads/' prefix.
Create an issueCreates a new issue in a bitbucket repository, setting the authenticated user as reporter; ensures assignee (if provided) has repository access, and that any specified milestone, version, or component ids exist.
Create an issue commentAdds a new comment with markdown support to an existing bitbucket issue.
Create a pull requestCreates a new pull request in a specified bitbucket repository, ensuring the source branch exists and is distinct from the (optional) destination branch.
Create repositoryCreates a new bitbucket 'git' repository in a specified workspace, defaulting to the workspace's oldest project if `project key` is not provided.
Create snippet commentPosts a new top-level comment or a threaded reply to an existing comment on a specified bitbucket snippet.
Delete issuePermanently deletes a specific issue, identified by its `issue id`, from the repository specified by `repo slug` within the given `workspace`.
Delete repositoryPermanently deletes a specified bitbucket repository; this action is irreversible and does not affect forks.
Get current userRetrieves the profile information (uuid, display name, links, creation date) for the currently authenticated bitbucket user.
Get file from repositoryRetrieves a specific file's content from a bitbucket repository at a given commit (hash, branch, or tag), failing if the file path is invalid for that commit.
Get Pull RequestGet a single pull request by id with complete details.
Get snippetRetrieves a specific bitbucket snippet by its encoded id from an existing workspace, returning its metadata and file structure.
List pull requestsLists pull requests in a specified, accessible bitbucket repository, optionally filtering by state (open, merged, declined).
List repositories in workspaceLists repositories in a specified bitbucket workspace, accessible to the authenticated user, with options to filter by role or query string, and sort results.
List workspace membersLists all members of a specified bitbucket workspace; the workspace must exist.
List workspacesLists bitbucket workspaces accessible to the authenticated user, optionally filtered and sorted.
Update an issueUpdates an existing issue in a bitbucket repository by modifying specified attributes; requires `workspace`, `repo slug`, `issue id`, and at least one attribute to update.