Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Atlassian deprecating username #9

Open
modestfake opened this issue Jan 11, 2019 · 1 comment · May be fixed by #10
Open

Atlassian deprecating username #9

modestfake opened this issue Jan 11, 2019 · 1 comment · May be fixed by #10

Comments

@modestfake
Copy link

modestfake commented Jan 11, 2019

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;
@modestfake
Copy link
Author

Profile href will be deprecated as well when GDPR changes will be landed.

This will break a lot of projects once GDPR changes will be applied. We need to fix this ASAP. @gtanner do you want me to create a PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant