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:
_______________________________________
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?
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
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"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Stephanie
When I change the language to English (unter Attlassian account settings > Account preferences) and after that run the import, I can see the field called "worklog".
I hope that helps.
Best, Jeff
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.