GIVEN: A Jira automation sends a new comment from an Issue as an email to an external customer (who is defined as an email address via a custom field (Reporter Email)).
WHEN: The external customer receives the email (SUCCESS)
AND: The external customer replies to the email.
THEN: The reply email message creates a new comment in the Issue (FAIL)
What we have tried so far (we are using Jira Software (Cloud)):
Read these:
Tried in my Jira Automation*:
The current automation* is:
Trigger: Issue Commented > Comment is the main action
Condition: {{smart values}} condition:
First value: {{comment.internal}}
Condition: Equals
Second value: false
Then: Send email
To: {{customfield_10072}} {{issue.Reporter Email}}
Subject: Update from {{issue.key}} - {{issue.summary}}
Content:
This comment has been added to the issue raised by you:
{{issue.comments.last.body}}
- {{issue.comments.last.author.displayName}}
Options:
From name: XXXX Service Desk
Reply to: jira@XXXXX.atlassian.net
Hello, Good day. Instead of responding to the email triggered by Automation for Jira, you can configure email notification from the project and respond to the email triggered by the notification scheme, this should help add the comment.
Hi Mohanraj. Yes, in the notification scheme I can see options for:
Have I assumed correctly that "Reporter" in Jira Software cannot be an external (ie non-licensed Jira) users as we are using Jira Software (not Jira Service Management)? And a "Reporter" cannot be edited or manually entered.
If so this is how and why we have "hacked" our Reporter (as a custom field) and email notifications (as a Jira Automation).
Scenario 1: Issues are added from an external MS Form with PowerAutomation creating an Issue with includes a custom field "Reporter Email" because the forms are not being sent from licensed Jira users.
Scenario 2: Issues are created by a Jira user on behalf of an external reporter. The external reporter is entered as a custom field (see Scenario 1).
Scenario 3: When a comment is added, we have set up a Jira Automation to email the custom field "Reporter Email".
So if my assumptions and set-up is correct, then "Reporter" in the notification scheme is not relevant to our scenarios.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Mohanraj Thangamuthu . I dug a bit deeper into Notification settings and found that I might be able to add a Notifications role to a Custom field (?) - see pic. But I am limited to a choice of just 3 (and not our custom "Reporter Email"):
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.