Assignee is in Hexadecimal

vthomas9
Contributor
November 3, 2023

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

1 accepted

Suggest an answer

Log in or Sign up to answer
1 vote
Answer accepted
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.
November 3, 2023

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.
November 3, 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.
November 3, 2023

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
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.
November 3, 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.
November 3, 2023

Seconded. This is expected behavior!

Like Mikael Sandberg likes this
TAGS
AUG Leaders

Atlassian Community Events