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

Kel Hill 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

0 votes
Olga Videc
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
July 2, 2021

Are you sure it works in cloud though?

Olga Videc
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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
Site Admin
TAGS
AUG Leaders

Atlassian Community Events