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.
Hi Team,
Is it possible to auto assign request to queue depending on domain name?
For example,
xxx@groupA.com email to my service desk then it will auto assign to group A queue in jira
xxx@groupB.com email to my service desk then it will auto assign to group N queue in jira
Thank you in advance.
Regards,
Jason
Queues are based on filters. You don't really "assign to a queue", you have the request have data that the queue selects for.
In this case, you will need something that can look at the incoming email address, and work out how to get a queue to filter on it. When I've done this before, it's been a script to pull the domain out of the email as a field, or work out the reporter's domain and add it to the issue so the queues can filter on it (and I've only done it on Server)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.