You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
i could not load attachments which have blanks in name.
I get warning "
WARN - Cannot parse ...
from import modul when trying to load files from /var/atlassian/application-data/jira/import/attachments/
with hint -> Illegal character in authority at index 7:
which have blanks in there name like "testfile with blank in name.docx"
i tried too "testfile+with+blank+in+name.docx" and got
Attachment file not found or not readable, skipping:
Is it possible to load such files, if yes how ?
Documentation is (i try with sample 2):
You can attach files to issues created from your CSV file. To do this, specify the URL of your attachment in an 'Attachments' column within your CSV file.
Assignee, Summary, Description, Attachment, CommentAdmin, "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"
best regards Volker
meanwhile i got it - with the hint to use %20 for blanks i could successfully import the attachments :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.