I want to create a JQL query that filters tickets by email domain. So, if I have a series of users, some with the email ...@mycompany.com I want to filter those with @mycompany.com
Hello @Alvaro Moran Gago ,
Good day, Welcome to Atlassian Community!!
I am not aware of native feature for this to directly allow you pull out tickets based on the Domain of the assignee/reporter.
But there is a workaround, you can use Combination of Automation for Jira and a custom field to get the domain of the reporter or assignee and then use filter option.
STEPS:
There are Custom field called "Domain of Assignee" or "Domain of Reporter", but they are not visible on the new view, bug is raised with Atlassian: https://jira.atlassian.com/browse/JRACLOUD-74348
There is a few options if you are using this in an automation, the other users solution is fantastic, or moving the reporter of the field into a variable or text custom field.
If you only need to do this once however and your already able to cut the list down a bit beforehand, I have just done a basic excel/csv export and filtered it that way.
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.