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: 

Can I Managing the Email Channel With Auto-Responses?

Joseph Green
Contributor
June 20, 2023

For the customer notifications when a ticket is created via email or portal. Can we have different responses based on the domain that creates the ticket? (e.g. - Customers who send us an email from 'gmail.com' receive a different response notification then those customers who send us an email from another type of domain.) 

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

3 votes
Answer accepted
Mark Segall
Community Champion
June 20, 2023

Hi @Joseph Green - You have a couple options.  Both would require some level of automation usage.

Assets (requires Premium Licensing)

You could create an object type for the various domains you wish to delineate.  For example, it could be called "Domains" with an attribute that captures the unique message.  Then you would use automation to evaluate the recipient email against the domain record to pull the message.

Automation

If you only have up to maybe 4 or 5 domains that you wish to include in this a simple automation with IF/Else conditions could provide this.  However, this can become unsustainable if you have several domains and/or need to change the custom messaging frequently.

Joseph Green
Contributor
June 20, 2023

Thanks @Mark Segall - fwiw this is a company managed project. 

Is there a way to only send 'request created' email notifications to internal company domains ONLY, and ignore everything else? Would the managing allow/block list feature offer this solution? 

 

If I went with the Automation solution you suggested above using IF/Else rules, would I then just turn off the request created email notifications from my projects settings? 

Like • Sayed Bares [ServiceRocket] likes this
Mark Segall
Community Champion
June 20, 2023

Hi @Joseph Green - Yes you'd need to disable the request created customer notifications.  Your automation could look something like this:

  • TRIGGER: Issue Created
  • IF CONDITION (Advanced)
    • {{issue.reporter.emailAddress.split("@").get(1)}}
      Equals
      YOURDOMAIN
    • Add Comment
  • ELSE
    • Add Comment
Like • # people like this
Joseph Green
Contributor
June 26, 2023

Thanks @Mark Segall this works great and solved my issue. 

Like • # people like this
TAGS
AUG Leaders

Atlassian Community Events