-
-
Notifications
You must be signed in to change notification settings - Fork 247
Description
Describe the problem
I'm receiving this error when converting from Jira to ADO using release jira-azuredevops-migrator-3.0.558. When attachments on Index 0 (the header) are loaded into ADO, sometimes it retains the original date/time and sometimes it comes in as the current date/time. If it comes in as the current date/time, then when it tries to load the next index record 1 update, it returns this error in a never ending loop because it is still using the original date from 2 years ago. I suppose it would increment until the date/time is later than the current date/time, but that would take a very long time.
I also saw ticket 1125 about this same error, but it did not seem to fit and was closed due to lack of activity.
To Reproduce
Steps to reproduce the behavior:
1)In Jira, create a new 'Story' with multiple attachments in the header and save it.
2)Export the Story using jira-azuredevops-migrator-3.0.558.
3)Import the 'Story' into ADO (I had to map the Jira 'Story' to the ADO 'User Story')
4)You will receive the error. I killed the process using Ctrl C.
5)Look at the ADO User Story created and note one of the images retained the correct date/time and one is current.
The error is happening because Index 1 is dated 11/1/2023.
Tool version
- Version of the jira-azuredevops-migrator tool 3.0.558
Attachments
Please attach the following files:
- config.json
- jira-export-log.txt
- wi-import-log.txt
jira-export-log-251024-112354.txt
wi-import-log-251024-130259.txt
Screenshots
If applicable, add screenshots to help explain your problem.
Added inline above.