-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: None
-
Component/s: Issue - Attachments
-
None
The <jira:AttachFile> tag needs a temporary copy of the attachment. Unfortunately it tries to create it in the same directory that the attachment came from. So if you're trying to attach /foo/somefile.txt, JIRA tries to create /foo/tmp/somefile.txt (and delete it afterwards).
This is clearly a bad idea, since the attachment directory may not be writeable.
- is duplicated by
-
JRASERVER-5699 Jelly AttachFile tag requires write permission to source directory.
-
- Closed
-