Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I am trying to migrate data from an external project via JSON. Obviously, older records have creation and updated date/time in the past and I would like to keep that history.
When I import data with the "updated" field set, then everything works fine:
{
"issueType": "Bug",
"externalId": "XXX-2",
"created" : "2012-08-31T17:59:02",
"updated" : "2012-09-12T15:20:12",
...
}
However, when I also create issue links between the imported issues, then all get imported with updated "just now".
I believe the importer first imports the issues - with updated date/time - then creates the links, which updates/overwrites the date/time.
Is this a known issue? Is there a workaround for this?
Ok, this turned out to be a false alarm. Issue links import fine, the problem is caused by importing epic links.
I have created a new question with a corresponding description.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.