While importing issues by csv, How to map log work

priya agrawal March 7, 2019

I want to import issues by csv in the tab besides comments tab in the format name, date and time as mentioned in csv file.

Please help

1 answer

0 votes
Alexey Matveev
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.
March 7, 2019

Hello,

What is your question? Are you trying to import work logs or comments?

If you import work logs, then your file should look like this:

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

If you import comments, then your file should look like this:

Assignee, Summary, Description, Attachment, Comment
Admin, "Issue demonstrating the CSV attachment import", "Please check the attached image below.", "https://jira-server:8080/secure/attachment/image-name.png", "01/01/2012 10:10;Admin; This comment works"
Admin, "CSV attachment import with timestamp,author and filename", "Please check the attached image below.", "01/01/2012 13:10;Admin;image.png;file://image-name.png", "01/01/2012 10:10;Admin; This comment works"

 You can find more examples here:

https://confluence.atlassian.com/adminjiracloud/importing-data-from-csv-776636762.html

priya agrawal March 8, 2019

Hello, 

I want to import work log.

There is some issue i think because only time spent is importing rest all is ignored.

priya agrawal March 8, 2019

Could you tell me the name of the field to be mapped because currently visible field is worklog(in second) only

Alexey Matveev
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.
March 8, 2019

timespent is the field for logs. What do you mean by "rest are ignored"?

priya agrawal March 8, 2019

Thank you for helping. it worked

Alexey Matveev
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.
March 8, 2019

You are most welcome! If my answer helped you, kindly mark my answer as accepted.

Suggest an answer

Log in or Sign up to answer