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
Community moderators have prevented the ability to post new answers.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.