JIRA query with multiple wild card

S Sheikh December 12, 2022

Hi All

I need to write a query in Jira to fetch records using couple of wild cards. 

It supports one wild card , but not more than one. Is there any way in which i can achieve it?

 "Found in" ~ "Rel ABC*" AND "Found in" !~ "Rel ABC *HF*"

 

Many thanks

 

1 answer

0 votes
Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 13, 2022

Hi @S Sheikh , I wonder if the following could work? I have not tested your specific scenario.

  1. create a filter called "test filter" and save using  "Found in" !~ "Rel ABC *HF*"
  2. Enter this JQL -  "Found in" ~ "Rel ABC*" and filter = "test filter"

again this is just an idea to play with...

S Sheikh December 15, 2022

Hi Jack

Two wild cards in the query is not accepted.

Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 15, 2022

thanks for verifying. looks like OOTB it isn't possible.

Suggest an answer

Log in or Sign up to answer