what does this ~ mean in JQl query?

Chaitanya Kariya April 19, 2023

what does the symbol ( ~ ) mean in JQl query?

2 answers

3 votes
Mayur Jadhav
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 20, 2023

Hello @Chaitanya Kariya and welcome to the Atlassian Community!!

Text searches can be done in the advanced search when the CONTAINS (~) operator is used.

 For example Summary ~ "XYZ".

 

For more information you may please have a look at Atlassian official documentation on Search syntax for text fields.

 

Regards,
Mayur

0 votes
Ian Carlos
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.
April 19, 2023

It means LIKE

i.e.

project = "PC Store" AND product_name ~ Computer

 

Results:

PC Computer 10

Computer Gamer

Bussiness Top Computer

Suggest an answer

Log in or Sign up to answer