Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jira send emails from user address

Tags:

email

jira

My Jira 4.3.2 instance sends emails from jira@{domain}.com. When user, for example Todd, makes a comment on an issue, I would like Jira to send the email from Todd's email address (todd@{domain}.com) rather than jira@{domain}.com.

Is this possible to configure? This is mainly so that users can hit Reply from their email client and email the person responsible for the comment.

like image 338
Sam Avatar asked Feb 27 '12 06:02

Sam


People also ask

Can you email from Jira?

Jira admins can configure their cloud apps to receive and process emails. Jira Work Management and Jira Software can receive emails from licensed users to create issues or add comments and attachments automatically.

How do I trigger mail in Jira?

Sending a Test Email from JiraGo to Administration > System > Mail and choose the Outgoing Mail tab in the left side of the page. Click the 'Send a Test Email' link in the Operations column. For debugging it might be helpful to check the 'SMTP Logging'. Hit Send button.

Can Jira send automated email?

The short answer: In server yes, you can set both from and reply-to.

How do I email all users in Jira?

By going Settings -> System -> Send email it is possible to send mail to specific Jira user group.


1 Answers

From the JIRA documentation it looks as if you can only configure one "from" email address per project, not per user.

The advantage of having project specific email addresses is that you can configure email services that will automatically create or update JIRA issues from emails sent to them.

like image 113
gareth_bowles Avatar answered Sep 22 '22 03:09

gareth_bowles