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):
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?
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")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.