JQL for summary text search for quick filters

Linnea Wallin
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 3, 2025

Hi!

Trying to figure out what goes wrong when I'm trying to create quick filters for a text in summary search. The words I want to filter out is LAM and HTTP, and the summaries can look like this(More text before and after):

 

X2SPNCPP1/LAM 

 

VMAXAGWP01/HTTP

 

The combinations of letters are different in a lot of the issues. The jql I am trying to use are these different combinations:

 

summary ~ ''http'' OR summary ~ ''lam''

 

summary ~ ''HTTP'' OR summary ~ ''LAM''

 

summary ~ ''http*'' OR summary ~ ''lam*''

 

summary ~ ''HTTP*'' OR summary ~ ''LAM*''

 

summary ~ ''/http'' OR summary ~ ''/lam''

 

But I still do not get a single ticket when I add the filters.

Any suggestions what to do here?

1 answer

0 votes
Priyanka Agrawal March 3, 2025

Well, with JQL the mentioned queries don't provide any result atleast to me.
But when I tried Scriptrunner Enhanced search it seems to work.

Here's the query I tried:

issueFunction in issueFieldMatch("Project = ABC", "summary", "http")

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events