Forums

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

Summary does not contain letter "t"

Svetlana Kom
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!
July 30, 2021

I want to create a filter of the issues in which the summary field does not contain one letter "t"

summary !~ t - function still shows issues with the letter "t" in the summary, is it possible to filter the summary by one letter/digit or only one word filter is possible?

3 answers

2 accepted

1 vote
Answer accepted
Alex Koxaras _Relational_
Community Champion
July 30, 2021

Hi @Svetlana Kom and welcome to the community.

Unfortunately is not possible to filter out the results like this. One workaround would be this one: https://confluence.atlassian.com/jirakb/jql-queries-search-for-issues-that-do-not-contain-text-1018761257.html

Do let me know if that suits your needs.
Alex

0 votes
Answer accepted
Payne
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.
July 30, 2021

Alex's solution works in a limited capacity - the workaround he suggests states that it works only for Server and Data Center instances, and you state that you have a Cloud instance. Further, even in a supported instance type, it would allow one to find only summaries containing a standalone t (summary ~ t) or those containing a word beginning with the letter t (summary ~ "t*")

If you truly wish to find all with a summary that flat-out does not include the letter t, I would suggest exporting to CSV (must be < 1000 issues, so limit as much as you can with JQL, e.g. project = MyProject and created > startOfYear() ), then export to CSV (top right), open in Excel, add a column with function like =FIND("t",D2) and then sort by that column; all the ones without a t will sort to the bottom.

0 votes
Daniel Turczanski - JQL Search Extensions
Atlassian Partner
August 5, 2021 edited

Hi @Svetlana Kom ,

With standard JQL you can only get a list of issues with summaries and export them to Excel for further processing. This works if you want to do a one-off analysis.

Standard JQL doesn't easily allow it but the results can be quickly found using our professional indexing service:

After you install the app you can simply search:

issue not in wildcardMatch("summary", "*t*")

You may want to check out the docs as well.

I hope this helps!

Daniel

Suggest an answer

Log in or Sign up to answer
TAGS
atlassian, atlassian community, loom ai, atlassian loom ai, loom, atlassian ai, record recaps of meetings, meeting recaps, loom recaps, share meeting recaps,

Loom’s guide to great meetings 📹

Join us to learn how your team can stay fully engaged in meetings without worrying about writing everything down. Dive into Loom's newest feature, Loom AI for meetings, which automatically takes notes and tracks action items.

Register today!
AUG Leaders

Atlassian Community Events