I need to bulk update the Due Date field for 1000+ issues. I followed the directions here and here .
I created a CSV file that contains the Issue Key, Summary, Issue Type and Due Date fields. I follow the steps in the External Import Wizard but after the import/update is finished, the Due Date field is populated with 1/15/2023 for most of the issues listed in my CSV. That is not the correct value for the field. See screenshots.
I can't figure out why its not properly updated the Due Date field with the data from the sheet.
The date format in Jira by default is dd/mmm/yy h:mm. Try changing the format to dd/mm/yy and import it should import your csv file or import the value as dd/mmm/yy h:mm (eg: 15/Jul/23 01:22 )
I updated the date format to: mm/dd/yyyy to match the format from my file.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you share the formatting you are using for the date import? is it M/dd/yyyy?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I updated the date format to: mm/dd/yyyy to match the format from my file.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I figured it out... it was b/c I did mm/dd/yyyy. When I updated to MM/dd/yyyy it imported the dates correctly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Valerie Capasso Glad you figured it out. I got bit by that a few days ago. For those following along at home, this is because Jira understands mm as minutes and MM as month, e.g.,
`dd.MM.yyyy HH:mm'
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.
I'm glad to hear that you got your issues resolved. Just for future reference, if these kinds of bulk imports are something you do more frequently, you might consider checking the Atlassian Marketplace for solutions that make this process easier.
Just as an example, my team and I work on an app - JXL for Jira - that allows viewing and inline-editing your issues much like you'd do in Excel or Google Sheets, including the ability to copy/paste values between Jira and other apps. This way, bulk editing thousands of issues may be as simple as two keyboard shortcuts:
Of course, this would work for the due date, too.
As said above: This is just one example for a Marketplace app that could help with your task. You may already know that you can trial any app for free for 1 month, and depending on the size of your size, it may be free forever. So if an app is an option for your, perhaps try a few and see which works best for you.
Best,
Hannes
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.