You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to import changesets for a Bitbucket repository results in failure
Oldest 'master' branch parent: ''
Retrieving master ... failed.
Looking up target commit for release/v2 ...
SYSTEM NOTICE: 'Trying to get property 'target' of non-object' in '.../source-integration/SourceBitBucket/SourceBitBucket.php' line 339
SYSTEM NOTICE: 'Trying to get property 'hash' of non-object' in '.../source-integration/SourceBitBucket/SourceBitBucket.php' line 339
Retrieving ... failed.
Debugging the API call, url_get() returns the following payload:
Reflect end of support for account passwords for API authentication:
change the labels for bit_basic_login and bit_basic_pwd to reference
Username ant App Password instead of login/password for basic auth.
Also adapt bit_usernname and bit_reponame to avoid confusion.
Define a new label string and a constant to display a link to generate
an App Password.
Fixes#399
Attempting to import changesets for a Bitbucket repository results in failure
Debugging the API call, url_get() returns the following payload:
Bitbucket Cloud recently stopped supporting account passwords for API authentication.
See our community post for more details: https://atlassian.community/t5/x/x/ba-p/1948231
App passwords are recommended for most use cases and can be created in your Personal settings:
https://bitbucket.org/account/settings/app-passwords/
For more details on API authentication methods see our documentation:
https://developer.atlassian.com/cloud/bitbucket/rest/intro/#authentication
The text was updated successfully, but these errors were encountered: