Hi,
I have a custom field that can store "/", while search with "/" records is not found.
Can anyone please help me how to search "/" on custom field using JQL search
Hello Ragi,
You can get the result using JQL Search Extensions.
The JQL will look as following:
issue in wildcardMatch("customfield", "*/*")
This JQL will matches issues with a custom field that contains "/"
The full documentation can be found here.
Regards,
Ziad
Hi @Laxminarsaiah Ragi ,
I am unsure if I get your question correctly. Are you looking to search issues based on a custom field that can take '/' as value. If so, Give it a try with the below jql
customfield !~ "/"
Replace custom field with your field name.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.