You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I have exported full dump of jira instance A and imported in another jira instance B now after few days development are still going in jira instance A so now we need to import delta data to jira instance B
I am looking a way to export and import delta data of jira from instance A to B.
first things first - shutdown access to Instance A.
It can get messy depending on what changed. I am assuming you are going to use CSV import here.
First the easy part. You will want to run a query to find all issues in instance A that were created after your import to instance B. So you need to know exactly when you did the last export then use that date and time to run your query. Once you have that result you can actually use it to import just as you did before in the instance B.
Now, for the stuff that changed post import. You will use the same date time and create a query that leverages updateddate JQL function. Get the results into excel. Now you will then need to add a column that has the issuekey from your instance B for each row before you import. By including the issuekey the import function will update the current issues. Of course if the list is small just manually update.
Catch up with Atlassian Product Managers in our 2020 Demo Den round-up! From Advanced Roadmaps to Code in Jira to Next-Gen Workflows, check out the videos below to help up-level your work in the new ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.