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 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

Comments for this post are closed

Community moderators have prevented the ability to post new 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 Champions.
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.

TAGS
AUG Leaders

Atlassian Community Events