It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
I'm using JQL Advanced search in JIRA Cloud, and I want to search for tickets that contain MKT + (anything else following). I've read the documentation on Advanced-searching-keywords-reference-764478340.html, but it doesn't have an example.
I've tried:
Project = XYZ AND comment ~MKT OR Description = MKT
Project = XYZ AND comment "MKT " OR Description = "MKT " (with a space after MKT)
The issue is that I want only tickets returned that, in the comments and/or description, contain MKT as well as following text, not just MKT.
Does that work (will only search in XYZ project):
Project = XYZ AND (comment ~ "MKT" OR Description ~ "MKT")
Also you can use more generic query to search issue text fields for specific text:
Project = XYZ AND text ~ "MKT"
It started as any story starts, on a normal, rainy day. Admin meets App, and her name was Klok2, and like any first relationship we were both trying to make it work but neither one knew what...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.