Skip to main content

Bitbucket connector

Back to the connector overview, authentication methods, and actions.
27 Aug 2026
bug-fixFixed organization lists failing for some workspace types, workspace member and permission lists being cut short on large accounts, and user lists failing when the workspace filter was left out. Removed non-working filter and expand options from user lookups.
bitbucket_unified_get_me, bitbucket_unified_get_organization, bitbucket_unified_get_role, bitbucket_unified_get_user, bitbucket_unified_list_organizations, bitbucket_unified_list_resource_types, bitbucket_unified_list_resource_users, bitbucket_unified_list_roles, bitbucket_unified_list_users
19 Aug 2026
new-featureUser lists no longer require the workspace filter when the connection can only see one workspace — it is resolved automatically. Connections with several workspaces still pass the filter to choose one.
bitbucket_unified_list_users
6 Aug 2026
new-featureAdded a second OAuth 2.0 option for consumers Atlassian has migrated to the Atlassian identity platform, alongside the existing option for consumers still on bitbucket.org, and moved scopeDefinitions and requiredScopes to the granular bitbucket-legacy scope names the migrated platform grants.
bitbucket_add_default_reviewer, bitbucket_approve_commit, bitbucket_approve_pullrequest, bitbucket_create_branch_restrictions, bitbucket_create_branches, bitbucket_create_build, bitbucket_create_comments, bitbucket_create_commits, bitbucket_create_deploy_keys, bitbucket_create_environments, bitbucket_create_pipelines, bitbucket_create_project, bitbucket_create_project_deploy_key, bitbucket_create_pullrequest_comment, bitbucket_create_pullrequests, bitbucket_create_repository, bitbucket_create_schedules, bitbucket_create_src, bitbucket_create_ssh_keys, bitbucket_create_variables, bitbucket_decline_pullrequest, bitbucket_delete_branch_restrictions, bitbucket_delete_comments, bitbucket_delete_default_reviewers, bitbucket_delete_deploy_keys, bitbucket_delete_project, bitbucket_delete_project_default_reviewer, bitbucket_delete_project_deploy_key, bitbucket_delete_pullrequest_comment, bitbucket_delete_reports, bitbucket_delete_repository, bitbucket_delete_schedules, bitbucket_delete_ssh_keys, bitbucket_delete_variables, bitbucket_get_authenticated_user, bitbucket_get_branch_restrictions, bitbucket_get_branches, bitbucket_get_branching_model, bitbucket_get_branching_model_settings, bitbucket_get_build, bitbucket_get_comments, bitbucket_get_commit, bitbucket_get_default_reviewers, bitbucket_get_deploy_keys, bitbucket_get_deployments, bitbucket_get_diff, bitbucket_get_diffstat, bitbucket_get_environments, bitbucket_get_log, bitbucket_get_logs, bitbucket_get_patch, bitbucket_get_pipelines, bitbucket_get_pipelines_config, bitbucket_get_project, bitbucket_get_project_branching_model, bitbucket_get_project_branching_model_settings, bitbucket_get_project_default_reviewer, bitbucket_get_project_deploy_key, bitbucket_get_pullrequest_comment, bitbucket_get_pullrequest_diff, bitbucket_get_pullrequest_diffstat, bitbucket_get_pullrequest_patch, bitbucket_get_pullrequests, bitbucket_get_reports, bitbucket_get_repository, bitbucket_get_schedules, bitbucket_get_src, bitbucket_get_ssh_key, bitbucket_get_steps, bitbucket_get_user, bitbucket_get_variables, bitbucket_get_workspace, bitbucket_list_branch_restrictions, bitbucket_list_branches, bitbucket_list_comments, bitbucket_list_commit_pullrequests, bitbucket_list_commits, bitbucket_list_default_reviewers, bitbucket_list_deploy_keys, bitbucket_list_deployments, bitbucket_list_downloads, bitbucket_list_environments, bitbucket_list_forks, bitbucket_list_permissions, bitbucket_list_pipelines, bitbucket_list_project_default_reviewers, bitbucket_list_project_deploy_keys, bitbucket_list_projects, bitbucket_list_pullrequest_comments, bitbucket_list_pullrequest_commits, bitbucket_list_pullrequest_statuses, bitbucket_list_pullrequests, bitbucket_list_reports, bitbucket_list_repositories_in_workspace, bitbucket_list_repository_groups, bitbucket_list_repository_permissions, bitbucket_list_schedules, bitbucket_list_src, bitbucket_list_ssh_keys, bitbucket_list_statuses, bitbucket_list_steps, bitbucket_list_user_pullrequests, bitbucket_list_user_repository_permissions, bitbucket_list_variables, bitbucket_list_watchers, bitbucket_list_workspace_members, bitbucket_list_workspace_repository_permissions, bitbucket_list_workspaces, bitbucket_merge_pullrequest, bitbucket_remove_request_changes_pullrequest, bitbucket_request_changes_pullrequest, bitbucket_resolve_pullrequest_comment, bitbucket_stop_pipeline, bitbucket_unapprove_commit, bitbucket_unapprove_pullrequest, bitbucket_unified_get_me, bitbucket_unified_get_organization, bitbucket_unified_get_role, bitbucket_unified_get_user, bitbucket_unified_list_organizations, bitbucket_unified_list_resource_types, bitbucket_unified_list_resource_users, bitbucket_unified_list_roles, bitbucket_unified_list_users, bitbucket_unresolve_pullrequest_comment, bitbucket_update_branch_restrictions, bitbucket_update_build, bitbucket_update_build_number, bitbucket_update_comments, bitbucket_update_deploy_keys, bitbucket_update_environment, bitbucket_update_pipelines_config, bitbucket_update_project, bitbucket_update_project_default_reviewer, bitbucket_update_project_settings, bitbucket_update_pullrequest_comment, bitbucket_update_pullrequests, bitbucket_update_reports, bitbucket_update_schedules, bitbucket_update_settings, bitbucket_update_ssh_keys, bitbucket_update_variables
22 Jul 2026
bug-fixFixed IAM list pagination past page 1 by replacing the raw page-number result.next with a fixed page fan-out plus StackOne virtual pagination.
bitbucket_unified_list_organizations, bitbucket_unified_list_resource_users, bitbucket_unified_list_users
20 Jul 2026
new-actionsAdded unified IAM actions for users, organizations, roles, resource users, and credentials.