Sam
Sam

Reputation: 4339

Jira send emails from user address

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.

Upvotes: 6

Views: 1796

Answers (1)

gareth_bowles
gareth_bowles

Reputation: 21140

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.

Upvotes: 2

Related Questions