You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi there,
I am trying to import some incident data via a CSV into JSM. I want to update the created and updated date but can't get them to stick.
I have checked and the date format in the csv d/mm/yyyy hh:mm is the same as Jira (I exported some issues) as well as in the import screen I am setting the date to be the same format.
There are no errors, I am just getting the current date and time of the import in the created and updated fields.
Any suggestions with this?
You can only set the created date when importing new issues. It's not editable in existing issues because it would be inaccurate to let you do so.
The updated date is a little different - it's calculated from the last change to the issue - in the code on server, it actually does import it. But then it sets it to "now" because the import is an update!
Jira doesn't hold emails, but I think you mean the email address of the requestor. It doesn't store that either, it expects the email address of the requestor to be in the directory entry for the requestor (reporter)
If your requestor/reporter does not exist in your user list, then the reporter field won't be set, but you could create a text custom field to import the requestor email address.
ok thanks. I have the created date working fine now so that is good and duh of course, why didn't I realise the updated date would be the date the record was created / updated in Jira.. facepalm moment there.
The email is a tricky one, will need to look at that more and yeh maybe store a specific email field for those ones where there is no stored 'reporter'.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Either you import via CSV or JSON, Jira will save only the updated date. So there's no way to add two dates due to the Jira's processes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also, if an issue has been emailed in by a project customer, where is Jira holding that email.
This data has some customer records (requester and requestor email). Requester I am mapping to reporter, but not sure what to do about the email?
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.