Skip to main content

Generating Bitbucket Personal Access Token


  • Navigate to Bitbucket Settings.
  • Enter App password label.
  • Set the permissions for the app password. Add read access to Account, Workspace membership, Projects, Repositories and Pull requests.
  • Click on Create.
  • Copy and save your app password securely.

NOTE: TAS needs read access to Account, Workspace membership, Projects, Repositories and Pull requests in order to function properly.


  • Go to the terminal and run the following command and copy the access token.
echo -n "<bitbucket username>:<generated app password>" | base64

NOTE: Set TokenType to Basic in syanpse config file.