-
Type:
Suggestion
-
Resolution: Won't Fix
-
Component/s: Incoming Email - Mail Handlers
At the moment, we can't set an ETA for this feature to be released, since there's a number of factors that determine how our product team prioritizes new features.
You can learn more by reading Implementation of New Features Policy.
Problem Definition
Mail handler fails to attach a file to Jira issue if the file's name is unavailable such as due to:
- filename is not specified
- filename is improperly encoded
You can reproduce the problem with a scenario like:
- Create a JSD project
- Send an email inquiry which contains an attachment without specifying the file's name
- script: jpns27074.zip

- script: jpns27074.zip
Then the exception below is thrown in the application log:
logger: com.atlassian.mail.converters.wiki.LinkAndImageHandler message: Could not find attachment: '' () for content id: jira-generated-image-static-link_attachment_7-094e8593-fcd4-4916-966c-8b4a68745ec9
No error is recorded at product log:
Suggested Solution
The file should be attached to the issue even without filename. The name can be something like timestamp or a sha1 fingerprint of the payload.
Workaround
None. Consider adding yourself as a watcher to be kept informed as to the state of this feature request moving forward. With that way, if our development team updates the ticket, you'll be notified via email.
- relates to
-
JSDCLOUD-5251 Malformed Content-Disposition causes emails to fail to be processed
-
- Closed
-
- was cloned as
-
JRASERVER-69775 Ability to upload attachment without filename via email
- Gathering Interest