Hi all,
We uploaded Jira drag and drop plugin but it doesn't work when I try to drag and drop attachments of an email. The browser message is below.
Any suggestions?
Hi Ozerk
The drag and drop attachment plugin only allow you to drag in files externally from the folder, if you drag the attachments directly from an email (which is not downloaded yet) it will not work.
You'd need to re-write the mail client to translate the attachments directly into files that the drag-and-drop plugin can accept.
Or re-write the drag and drop plugin to understand all the assorted wrappers that email clients place around the non-downloaded files so that it can automatically pull them from the email server.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Daryl,
Thanks for your quick reply. When our users create an issue they may need to attach some files from an email. Therefore, they have to save them to their local(e.g. their desktop). It is ok for less number of attachments but if there are for example 20 files to attach then it requires too much effort and takes time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nic,
Thanks for your reply. We use MS Outlook as mail client. Is a configuration needed? I'm sorry but I couldn't understand how I can re-write the mail client. I'll be very appriciated if you have a document about this subject.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need to change the mail client so that it downloads physical copies of the attachments, or makes them available directly to drag and drop, instead of being relative links to files on a remote server.
I suspect that means coding in almost all mail clients.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Alternatively, JIRA could be set up to create issues from an email...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yeah you're right Aseem but I'm not sure if it works as we expected. Could I set custom fields by catching values from email? I guess it is not possible unless writing additional code or purchasing a plugin like JEMH.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not with the out of the box mail handler, unfortunately.
JEMH can be used for free if you're comfortable configuring the plugin through the properties file in the .jar.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You don't need JEMH to get the attachments to an email attached to the issue, but you do need JEMH (or another handler) if you want to process fields etc.
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.