Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Can I search for all issues created by users with specific email domain?

Kel Hill
Contributor
June 30, 2021

Is there a JQL search capability that enables me to find all Issues created by users in Service Management whose email address have a specific domain? All help much appreciated. Thanks.

1 answer

1 vote
Olga Videc
Community Champion
July 1, 2021

Hello @Kel Hill 

You would need advanced search options, for this JQL you would need ScriptRunner

issueFunction in issueFieldMatch("project = TEST ", "reporter", "@domain")

You can do without subquery, you can use any subquery you desire

issueFunction in issueFieldMatch(" ", "reporter", "@hellofresh")

https://scriptrunner.adaptavist.com/5.5.8/jira/jql-functions.html

BR, Olga

Daniel Turczanski - JQL Search Extensions
Atlassian Partner
July 2, 2021

Are you sure it works in cloud though?

Olga Videc
Community Champion
July 2, 2021

Hello Daniel 

Good question tested in cloud, this works, the project is not null is used to match all projects.

issueFunction in issueFieldMatch("project is not null", "reporter", "gmail")

Use only the "bolded" part @gmail.com

BR, Olga

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events