Forums

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

How to search for an Email (created a new field called Client Email) in and issue ?

Nina Bakhtadze August 25, 2021

Hello 

 

I am using to work management template for recording clients.

Basically created a few filters to include in the issue.

Now I want to search for a client by Client Email or Client Name and cant make the JQL code

 

project = "MLSD" and "Client Email[Short text]"is not Empty bu i want to search for a specific Email 

Any thoughts ?

Thanks

1 answer

0 votes
Airbus Driver
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 26, 2021

Please try;

project = "MLSD" AND "Client Email[Short text]" ~ "email@email.com"

Suggest an answer

Log in or Sign up to answer