You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have issues coming into several e-mail addresses, which are then forwarded to the JIRA e-mail. Is there any way to create an automation around that?
Example: All e-mails sent to gdpr@company.com should be forwarded to the person responsible for GDPR.
Do the from emails resolve to the Reporter or in some manner captured in the created issue? If so then you should be able to use Automation to assign them based upon that info.
Do you mean if the original recipient is shown as sender in the received e-mail in JIRA, then the answer is no. The original sender is shown as sender. The forwarding service forwards the mail as-is.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
no I meant the original sender is maintained which it seems to be the case. So the original sender is recorded as the Reporter of the issue, correct? If so then automation would be something like this...
trigger - issue created
condition - if/else block inspecting reporter (issue field condition Reporter = xxxxx)
action - assign issue based on reporter (edit issue assignee)
each reporter would have a condition and action
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think I have a similar query here. We have several email ALIASES all redirecting to the same email INBOX. This inbox is connected to Jira Service Cloud that creates a new issue/ticket for each new email received. eg. support@ourdomain.com and gdpr@ourdomain.com both redirect to the same inbox/Jira email handler.
We would like to create an automation rule based on the recipient (not the sender) of that email (eg. if recipient = gdrp, do this, else if recipient = support, do that)
I doubt it is possible without using a mail handler extension but maybe there is a workaround?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Matthias, i have the same question... do you have an solution in the meantime? Best Regards Matthias
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.