I'm trying to search for stories that have a specific database table in their summary. For example, let's say that the table I'm trying to find referenced in stories is called "data_table". How can I avoid also getting results for tables called "this_data_table", "that_data_table", and "the_other_data_table"?
Hey Brandon,
try searching like this summary ~ "\"data_table\""
here is the source to reference Search for an exact phrase with JQL - Atlassian Community
Thank you @Jordan Dowdy . Brandon and I tried using that, but it seems to give results for "data_table", "this_data_table", "that_data_table", and "the_other_data_table"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yep, can confirm, still getting results for the other tables.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.