Hello!
Does anyone know, how can I create Jira SD queue based on reporters email domain?
Like users with *@test.com are in one queue and *@test.net are in another?
BR,
Silver
Hello @silver_suld
To filter based on a mail domain you need script runner, because of his function.
Do this go to your normal issue search go to advanced
tissue function in issueFieldMatch("project !=xx ", "Request participants", "@emaildomain")
Also try collapse free ad on for JSD, you can use JQL to filter to edit add ques.
the first part doesn't have to project = something, it can be anything from JQL, the catch is that this function requires two parameters.
Hello,
You could use the Power Scripts add-on:
You could use the following JQL expression for your queue
key in silJQLExpression('matchEnd(getUser(reporter).email,"@admin.com") > 0', '')
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Often when using the Organization feature all customers within an Organization are of the same domain. In this case you can create a queues based upon Organizations.
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.
Hi @silver_suld
the way I have solved a similar issue is the use scriptrunner scripted fields to parse custom fields to support reporting
e.g convert a date picker to a string format and use in two dimensional reports in dashboard.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The Reporter field is of type USER which will not support text searching.
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.
I don't know of an out-of-the-box solution but there's a feature request you might vote on.
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.