Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.29 KB

File metadata and controls

38 lines (25 loc) · 1.29 KB
title description lead date draft weight toc resources
Generate an app password or personal access token (PAT) in Bitbucket
2022-01-12 02:48:57 +0000
false
100
false
src
tokenoptions.png
src
permissions2.png

In order for BluBracket to access information within a given repository, an App Password (Bitbucket Cloud) or Personal Access Token (Bitbucket Server) must be uploaded into the tenant. An administrator for the Bitbucket account can create a new password or token by taking the following steps:

Bitbucket Cloud {#cloud}

  • For Bitbucket Cloud, once logged in to Bitbucket select Personal Settings → App Passwords. You should end up at a URL similar to the following: https://bitbucket.org/account/settings/app-passwords/

  • Select Create app password

  • Provide a label

  • Select the following permissions

Permissions to select for the PAT

Bitbucket server {#server}

  • For Bitbucket Server, once logged into the Bitbucket interface, select Manage Account → Personal access tokens. You should end up at a URL similar to the following: https://serverURL /plugins/servlet/access-tokens/manage

  • Select Create a token

  • Provide a Token name

  • Select the following permissions

Permissions for Bitbucket Server