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
Please try;
project = "MLSD" AND "Client Email[Short text]" ~ "email@email.com"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.