Hi,
I recently needed to transfer a whole JIRA Software project from one cloud instance to another.
I ended up doing this by downloading the CSV backup of the source project, and then parsing this in Python, and using the Python JIRA API to import the data into the destination project.
One thing that I'm missing is good information in the reports. The cummulative flow diagram, for example, shows all issues as having been created and updated on the same day.
Is there a way that I can get the old data as to when the issues were created, and when the transitions occurred and update the new project with this data, so that the new project has as accurate a history as possible?
Thanks