Details
-
Type:
Suggestion
-
Status: Gathering Interest (View Workflow)
-
Resolution: Unresolved
-
Component/s: None
-
Labels:
-
UIS:1
-
Feedback Policy:
Description
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
Problem Definition
Currently , there's no way to filter issue using email domain . It can often be helpful to search for all issues reported by a reporting user's email domain, perhaps not so much w/AOL or gmail, but certainly with corporate domains. Please enable either the contains operator for reporter or add a function to get email domain from reporter or similar solution.
Suggested Solution
Provide a JQL query , for example :-
reporter in emaildomainOf("customer1.com") ...
Workaround
- Go to Jira settings > Issues > Custom fields > Add custom field;
- Click on 'All' and search for the field type Domain of reporter;
- Select this field type > give this field a name (let's call it reporterDomain);
- Confirm the field creation (this field doesn't need to be added to any screen);
- Use this field to search using JQL. Example:
reporterDomain = 'somedomain.com'
Attachments
Issue Links
- is related to
-
JRASERVER-61425 Allow to Search By Domain Name For Reporter Field
- Gathering Interest