Search by ticket Summary

Roberta Day March 10, 2025

I have a list of over 100 tickets, the majority of them Zerto related. How can I eliminate those specific tickets so I can search for ones more important.

With my old ticketing system, all we had to do was add the "!" sign followed by Zerto in the ticket description field, and the search would refresh and not show any tickets with the word Zerto in the ticket description.

Doesn't Jira have anything like this? No use going through the hassle creating a JQL query, because it could change often depending on what we need to filter out. It's basically this:

 

! (exclamation point). Specifies a "not" operation. Works for string and numeric values.

Doesn't Jira utilize special characters like this to make searching easy?

Thank you,

Roberta

3 answers

3 accepted

0 votes
Answer accepted
Roberta Day March 10, 2025

Thanks Walter!

Since I guess I've been spoiled with how easily this works in other systems, I was looking for a quick, one-off way to search tickets that would fluctuate day to day, or as needed. As I mentioned to Matthew, I guess I can get one of my more experienced JQL co-workers to give me a hand as needed.

Roberta

0 votes
Answer accepted
Mathew Lederman
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.
March 10, 2025

Roberta,

Yes, the ! function works in Jira too, but you do have to use JQL. For your example, the appropriate JQL would be:

summary !~ Zerto

 There is no way to do this within the basic search because basic search will always take what you put in the text box and try to find that exact string. 

Roberta Day March 10, 2025

Thank you Matthew, appreciate your response. I can ask one of my co-workers who us good with JQL, unfortunately, I', not:)

0 votes
Answer accepted
Walter Buggenhout
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 10, 2025

Hi @Roberta Day,

Yes it does. For text fields (like Summary), the search may not be 100% exact, though. Give the following a try:

summary !~ Zerto

(you can replace summary with other fields like Description or even text to search across multiple text fields at once)

On a side note: if categorising tickets is important, you may get better results if you put information like this in structured custom fields or labels. That will make your search (and even reporting / dashboarding capabilities) a lot easier and more reliable.

Hope this helps!

Suggest an answer

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

Atlassian Community Events