Forums

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

How to escape forward slash(/) on custom fields

Laxminarsaiah Ragi October 19, 2020

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

2 answers

0 votes
Ziad Bakhiet
Contributor
October 20, 2020

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

0 votes
Niranjan
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.
October 19, 2020

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events