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)
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.