Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to exclude XXX test in title from issue search?

Jastinder toor November 27, 2019

Hello 

Need help correcting my search issue  project = MBU AND issuetype in (Fault, "Fiber Cut", Outage, "Routing Request", Support, "Vendor Issue") AND status = Closed ORDER BY created DESC  - want to exclude the  XX test  in the tittle of .  How do i fix? 

1 answer

0 votes
Radek Dostál
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.
November 27, 2019

Hi @Jastinder toor

 

Not sure if I have understood but if you want to exclude issues with certain text in summary you might try

project = MBU AND issuetype in (Fault, "Fiber Cut", Outage, "Routing Request", Support, "Vendor Issue") AND status = Closed AND summary !~ "test" ORDER BY created DESC

 

That said I would like to advice taking into account items where "test" is actually valid to avoid filtering out important stuff, because test is rather a universally common word.

 

Regards,

Radek

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events