Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Assignee is in Hexadecimal

Hi -

I'm testing migrations from Jira server to the Cloud and have this error, where Jira Cloud displays hex versus the name of the assignee. See the attached picture. 

How can this be fixed to show the Assignee name and not hex?

Thanks,

Virginia T.

Screenshot 2023-11-03 at 12.53.45 PM.png

2 answers

Suggest an answer

Log in or Sign up to answer
2 votes
Mikael Sandberg
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Nov 03, 2023

This is expected, and is related to GDPR. You can learn more about it in this KB.

Kian Stack Mumo Systems
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Nov 03, 2023

Seconded. This is expected behavior!

Like Mikael Sandberg likes this
1 vote
Darryl Lee
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Nov 03, 2023 • edited

While @Mikael Sandberg and @Kian Stack Mumo Systems are succinctly correct, this change can be pretty jarring to users who are not familiar with GDPR and/or Cloud.

This change actually happened back in 2019 and as I vaguely recall was a pretty big deal back then.

To summarize it from a completely ignorant American POV, the EU is a lot... pickier about how user-identifiable information is stored on the Internets. So to satisfy the General Data Protection Regulation, Atlassian made changes so that usernames in the Cloud (ex: darryllee) are now replaced with accountIds (the hex codes you are seeing in your filters).

Ironically, I found some better documentation about the change in a third-party add-on:

It definitely does cause some pain in trying to easily identify who a filter is referring to, and it complicates things when trying to do fancier stuff with Automation, like having to call an API endpoint when you are trying to determine a user's ID based on their email address. (Example.)

Darryl Lee
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Nov 03, 2023

Ok found some good documentation of this change on the Developer website, so it talks about REST API changes, but since all your favorite apps had to adjust to this change, it's probably a good reference for everyone:

Darryl Lee
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Nov 03, 2023 • edited

One last thing - if you're trying to figure out who an particular Account ID refers to, you should be able to pop this into your browser:

https://YOURCLOUDSITE.atlassian.net/rest/api/3/user?accountId=HEXACCOUNTID

That API call will return a JSON blob that includes handy info like emailAddress, displayName, avatars, etc etc.

Like Hana Kučerová likes this
TAGS
AUG Leaders

Atlassian Community Events