Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The problem - when exporting/importing insight into another Jira it gets new ids and keys.

This makes the issues lose the connection to the insight schema when migrating issues from one Jira to another.


  1. Tag objects with the issue key, to be able to recreate the link after.
  2. Import the insight schema
  3. Import the issues
  4. Re-link the issues to insight objects



Tag objects with the issue key, to be able to recreate the link after.

On the image above we see the linked issues connected to the user database. To preserve these we need to tag the object with a identifier that will be the same. 

Create an attribute called Migration that will be used to identify the objekt late on.


Add an automation to tag the object with its own key

Results in

Migration has now the original objekt key.








  • No labels