Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×I'm new in JIRA and I'll like to import CSV files to register the spent time for programming.
Hello @jvmvargas,
Welcome to Atlassian Community!
You can easily import work log entries to your existing issues using CSV by mapping the issue key in the file when importing it. Basically, these would be the steps:
- Export the issues you want to update with the work logs by configuring a JQL filter. Using this file to upload the entries will avoid you to miss any details or the issue key in the import:
- Edit this file with the work log entries, using the format below (In seconds)
Summary,Worklog
Only time spent (one hour),3600
With a date and an author,2012-02-10 12:30:10;wseliga;120
With an additional comment,Testing took me 3 days;2012-02-10 12:30:10;wseliga;259200
- Import the file back in your site, by navigating to JIRA Settings > System > External System Import > CSV
For more information about CSV import, you can check the documentation below:
Let me know if you have any questions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.