How to import work log entries from Excel

Claus Wobbe June 26, 2020

I need to import work log entries from Excel into Jira (V7.4).

I would use csv file format.

However in the manual it says:

_______________________________________

Importing worklog entries

Your CSV file can contain worklog entries. For example:

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

To track time spent, you need to use seconds.

_______________________________________

Acc. this I should map the descriptive text to Summary

I assume time spent should be mapped to Time spent

But which Date field should I use for mapping the entry?

 

 

1 answer

1 accepted

1 vote
Answer accepted
Alexander Eck [Tempo]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 29, 2020

Here is a csv setup that I have used with the Jira csv import option.

Project Name,Project Key,Issue Key,Summary,Worklog,Project Type

Wikkkieea Cloud,WIKK,WIKK-23,Allow branching between Learning Objects,Branching;2020-6-7;taylor;14400,software

So you select the "," as the csv separator and split the "Worklog" with a ";" (description, date, author, timespent in seconds).

BR

Claus Wobbe June 29, 2020

Thanks a lot! One question: The "Summary" - is that the summary of the issue, or is it the description of the work that has been done by taylor on June 7?

Former case: Why is Summary needed when you have the issue Key to identify the issue?

Latter case: Then what is "Branching"?

Alexander Eck [Tempo]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 29, 2020

Claus,

this was for an example I used with both importing an issue AND the worklog.

But of course you are correct. You only need the Issue key and the Worklog part.

BR

Like Claus Wobbe likes this
Stephanie Dupré
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 2, 2024

Hi, when i am trying to load such a file, there is no Worklog field proposed in the Map fields screen. How do you map Worklog ?

thanks

Suggest an answer

Log in or Sign up to answer