Hello!
I am attempting to use External System Import to update the Resolution Date for one issue in Jira (cloud).
Steps:
Here's where the issue is: in the CSV I had set the Resolved Date for 5/11/2022, but the issue in Jira now says 1/11/2022. This is different than the date that was listed before the import (3/4/2023), but not the date I put in the CSV.
Any thoughts as to what is going on?
Hi @Robb Robins
Kindly refer https://docs.oracle.com/javase/1.5.0/docs/api/java/text/SimpleDateFormat.html for the Date Format for External System Import
Thank you,
Ashish
Hi Ashish,
Thanks for the reply! My dates are formatted correctly, to my knowledge. Do you see something off?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Robb Robins
Please check and change the format to d-m-yyyy (5-11-2022) instead of dd-MM-yyyy.
Follow the pattern as given examples
If date format is 2-1-2022use d-m-yyyy
else if 2-01-2022use d-mm-yyyy
else 02-01-2022 use dd-mm-yyyy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Following the pattern you show above results in the same result.
The issue still has 01/11/2022 as the resolved date. The CSV I am importing has 05/11/2022 as the value.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
tl;dr
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.
Glad that helped! This has bitten a lot of people recently (don't ask me how I found out about it :-))
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.