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:Ā 

Does the Jira Cloud Migration Assistant create new issue ids? (internal ids, not keys)

Chad Crume
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 10, 2022

Does the Jira Cloud Migration Assistant create new issue IDs? (internal ids, not keys)

I'd like to find out the answer to help plan our migration. We use FiveTran to sync Jira data into our data warehouse, with models that rely on the ID for joins. If the IDs change, the sync could require a full refresh of all issue data, and require a new mapping to the old IDs found in historic sync data.

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Nic Brough -Adaptavist-
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.
February 10, 2022

Yes, it has to - the target system almost certainly already has issues with the ids the source system also has.

This is one of the reasons I always tell people not to use database access (I know FiveTran uses REST, that's a good thing), the ID is not the right thing to be keying your data models from.

Chad Crume
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 13, 2022

I figured, just verifying so we can scope work related to the migration. Thanks!