import from csv with multiple attachments to each issue

Rudd June 16, 2013

I've seen the help and examples about how to import from CSV with attachments. But how do you handle cases where there are multiple attachments to each issue? Can you spcify the URL to each file separated by spaces? by commas? Or do you have to have multiple attachment columns in your CSV file (which would be very difficult seeing that the number of attachments for any issue could be between zero and a very large number).

1 answer

1 accepted

4 votes
Answer accepted
Rudd June 20, 2013
To answer my own question, yes each attachment must be it's own column in the CSV file. You can have multiple columns in the CSV file each with "Attachments" as headers. Example: Summary,Attachment,Attachment,Attachment "sample images attached","http://server/file1.jpg","http://server/file%20two.jpg","http://server/file_three.jpg"
Helen Ioffe February 27, 2019

that did not help with my issue - i can upload multiple attachments. the issue is really you cannot view them after import

Suggest an answer

Log in or Sign up to answer