The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

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 Champions.
August 26, 2021

Please try;

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