Hi all,
How i can build an automation depending of the receiver address? We need four additional connected email accounts:
1@abc.com
2@abc.com
3@abc.com
4@abc.com
if somebody write an eMail to 1@abc.com, the generated issue should appear in the Queue "1" etc.
I don't know the query for the receiver address for building my automation... has anybody an idea how i can solve this issue?
Thank you & Best Regards
you can check this article will help you with the workarounds : https://jira.atlassian.com/browse/JRACLOUD-61425
please accept my answer if it helped you
this is not the needed solution, i don't need a query on the Reportes Domain... i need to build a query on the connected eMail Address where the Reporter has send the emailed Request:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I suspect I am a bit late to help you @Matthias Lochmann but I have a solution to this. We are using a single helpdesk project but we have three different support addresses that customers can email to create a ticket. There is no way to handle this completely within Jira but I have found a workaround.
1. Within your email server, configure a routing rule so that emails coming to each of the three different addresses have a code added to the start of the email subject. eg:
email1@domain.com: Adds [email 1] to the start of the subject
email2@domain.com: Adds [email 2] to the start of the subject etc
2. Set up a Jira automation that catches new issues where the summary starts with one of the codes, eg [email 1]. Have it add a relevant label to the issue and then remove the code from the summary using smart values (see here for docs on how to do this).
3. Create queues that filter for the labels added by the automation
I have found that the automation finishes this before notifications are sent out to customers, so in my testing the customer never sees the code added to the email subject.
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.