The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

The Jira user IDs are displaying in Snowflake instead of the users' names.

jira_admin_cu
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
March 11, 2025

Hi Team,

We are looking at the Jira data coming to Snowflake. Do you know why the tickets in the JIRA database display user IDs in the format "JIRAUSERXXXX" instead of the actual usernames? While the actual usernames are visible when we open the ticket in the browser, they appear as IDs in Snowflake. Can you please provide some suggestions on this?


Using this query : 

 

SELECT * FROM PROD_PROVISIONING.JIRA.ISSUE_RECENT WHERE ISSUE_KEY ='TEST-376629'

snowflake.png

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Marc -Devoteam-
Community Champion
March 12, 2025

Hi @jira_admin_cu 

This is the intended change from Atlassian after Jira version 8.2 due to the GDPR compliance policy.

More details can be found on below document

https://confluence.atlassian.com/jiracore/gdpr-changes-in-jira-975041009.html

The username and user-key should be same for users were created on a prior Jira release(before 8.2), so you are seeing the difference in the username and user_key for only those users that have been created after upgrading to a higher release.