The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Reply to Incoming Mail by commenting on created issue

Bunyodbek Kosimov
August 23, 2021

Is it possible to reply to an incoming mail by commenting on an "Issue" that has been created by Incoming mail? Like if I write comment to an Issue (created by incoming mail) it should reply to an email sender.

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Answer accepted
Jack Brickey
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 23, 2021

If configured to send a notification then the Reporter will receive an email. If the desired person is not the Reporter or Watcher then you could consider using Automation. Of course you need to know who to send the email to so unclear where that email address would be stored if not the reporter or watcher.

basically it is designed to work like this…

  1. User A sends email to configured email handler address
  2. Issue is created
  3. Jira generic event results in email notification to user A that issue was created
  4. User B (Assignee?) makes a comment
  5. Jira sends email notification to all interested parties: Reporter, watchers
Bunyodbek Kosimov
August 25, 2021

Thank you for your help Jack,

Yes, the problem is to find a way to reply an incoming email if the sender is a dummy account. As per the documentation I used a dummy account to handle the mails from non Jira user accounts. Even if I use automation I cannot reply to real sender of an incoming email. Are there any other ways(just in case) to catch the email address of the sender from the body (from description field) so that we can use automation rule? 

Also the emails in inbox are deleted all the time. Is it possible not to delete it? 

Jack Brickey
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 25, 2021

I have seen a couple of posts where folks are doing just that - looking within the body or description and pulling out the email then using that email for whatever purpose such as sending an email to that user.

I recommend searching the community. Here’s an example that I found with a quick search - Automation-Regex-extract-email-address-from-Issue-Description 

Like Bunyodbek Kosimov likes this
Bunyodbek Kosimov
August 25, 2021

Thank you