Open
Description
Hi,
Because of GDPR Atlassian changes their APIs. Bitbucket username
will be deprecated. nickname
should be used instead. More details.
I guess this line should be replaced:
profile.id = json.uuid;
profile.displayName = json.display_name;
- profile.username = json.username;
+ profile.nickname = json.nickname;
profile.profileUrl = json.links.html.href;
Metadata
Metadata
Assignees
Labels
No labels