Dear team, I have several projects, several emails accepting issues for JIRA based on task ID in subject line. I need however JIRA accepted such emails ALSO in cases when answer are sent from external emails, how to do it?
Many thanks
Vladimir
Hi, what I do often, I create task myself and I am awaiting answer from external person (simply somebody with email I am waiting to answer), I need when this person answer my email (provided he/she cc jira email and keeps task ID in subject line) his email is added to task comments as well.
Currently it works only with emails from JIRA users.
Handlers work perfectly, here is no problem, please advice.
Vladimir
Hi Vladimir,
The easiest solution is letting your mail handlers create an account automatically for each email adress that's not yet in JIRA, this will ofcourse use up licenses.
Another solution might be to use the JEMH plugin to handle your emails and let JEMH add the newly created users to a jira group that doesn't have the global JIRA User permission but does have permission to create issues/comments/attachments in your projects.
Best regards,
Peter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Vladimir,
In the JEMH plugin (https://marketplace.atlassian.com/plugins/com.javahollic.jira.jemh-ui) you can create email handlers that can create users based on an email adres and then let them join certain groups (not the default groups like in the basic jira handlers).
So you could create a JEMH-users group that would contain all users created by JEMH and you could give these users the right to create issues, create comments and add attachments in your project without giving them login rights for JIRA (the jira-users global permission).
In this way they will not count towards your license (but they will ofcourse not be able to login to JIRA).
Best regards,
Peter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Could you please clarify what you mean with "external emails"?
In order for comments to get added to existing issues, the mail addresses receiving messages have to get configured as mail server on your instance. From that point, you can have mail handlers perform several actions with received messages, among which comment creation.
If the messages are not being received by one of the mail addresses configured as mail server, and are not being processed by one of the handlers, it will not be possible to add comments to issues.
Please refer to this documentation for configuring JIRA to receive emails, and this page for processing such messages using mail handlers.
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.