I am in a testing stage of importing issues via CS file in Jira. Attachement import is the section I need help on.
I understand that we have two ways of importing them--using web url of file name and one is keep it in the server home dir.
the attachment is the document folder of my windows system, Is it possible to import it by getting the web url.
Please advice.
Copy the directory to the <jira_install_directory>\atlassian-jira\images directory. This will let you use Jira's Tomcat as your webserver. You can then point to each image with something like this: http://127.0.0.1:8080/images/your-attachment-directory/JRA/JRA-123/image.png
Hi Dave,
I did the same on my end but I'm getting an exception during the import:
An exception occurred dealing with attachment ... java.io.IOException: Error downloading attachment for autoid-1089030653713107259 from ... Error: HTTP status code: 403
at com.atlassian.jira.plugins.importer.imports.HttpDownloader.getAttachmentFromUrl(HttpDownloader.java:89)
In case you have any hint to share.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
http error 403 is likely a permission issue. Make sure the attachments all have permission to be read by the user that http server is running as.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hallo everyone, if anyone has managed to solve this, please let me know.
Setup:
We have an admin account for the backend and another for the front end, but tried to do the import with the frontend admin account, and i got the aforementioned error.
I even treid to create an admin account on the front end for the backend admin user, and carry out an import with that, however it also did not work.
P.S
we do not have AD Authentication.
Maybe that's why the Account rights are not working.
Many thanks for your support.
BR
Hossam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.