I wrote a plugin. It has function for upload image and show image it via URL.
I uploaded the image and store it in the (tomcat of jira : …/…/container/tomcat8x/cargo-jira-home/webapps/jira/images) then the image can be access via URL …/jira/secure/imageName.jpg
But I wonder if the image stored in tomcat is properly right way?
I find so way to store an image in the {JIRA_HOME}/data/… But I don’t no the way to access the image via URL.
Does anybody know how to access the image in {JIRA_HOME} via URL?
@daz Thank you. I know the way to store image in Jira Home. But i don’t know the way to show the image via URL. That’s my problem.
I can access the image via URL if the image store in tomcat (…/…/container/tomcat8x/cargo-jira-home/webapps/jira/images).
Could you tell me what is the right way for store image?