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.
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"
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.