Forums

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

Search Jira tickets by title, a typical usecase

Souro
Contributor
April 25, 2022

Hi,

I have a typical Jira use case. I want to search for Jira tickets that have 'ABC' or 'XYZ' in titles. It's not necessary to have both 'ABC' and 'XYZ' in the same ticket title. Is there a search syntax that will give me all the possible tickets list that have 'ABC' or 'XYZ' in titles? Thanks in advance.

1 answer

1 accepted

1 vote
Answer accepted
Jack Brickey
Community Champion
April 25, 2022

Hi @Souro , welcome to the community.

you can use the following JQL in the Advanced issue search.

project = abc and summary ~ "ABC" or summary ~ "XYZ"

Souro
Contributor
April 26, 2022

Thanks, Jack!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events