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
andPull requests
. - Click on Create.
- Copy and save your app password securely.
NOTE: TAS needs read access to
Account
,Workspace membership
,Projects
,Repositories
andPull 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.