Morning everyone.
I am attempting to bulk import a bunch of open and completed items into a demo project, but resolved items are not showing a resolution date.
What am I missing here?
Thought maybe there was a conflict with the resolution date if updated date is today.
Attempted to import Updated Date (10/18/23) and match it with Resolution Date (10/18/23), but this was not successful.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Per Atlassian, the date format should be set to "dd/MMM/yy h:mm a". After attempting the import, the resolution dates populated accordingly.
Since my CSV had multiple types of date fields, I had to do two imports (initial import and one to fix the resolution date).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think there is an issue on the date notification in the CSV file.
What I usually do is, JQL some issues with the required. fields you want to use for a csv import.
Export this result, and use a simple editor like notepad, sublime text or other to open the export file. Check the date notation.
Adjust you import CSV to match the date notation, now the import should be fine.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.