I am trying to search issues with "ev_ck_hcc3a_*" this text, but it's not list out any issues.

Kalyan Balla September 20, 2019

I am trying to search issues with "ev_ck_hcc3a_*" this text, but it's not list out any issues.

Can any one help me on this.

(project = test AND Impact ~ "ev_ck_hcc3a_*" ) this is the JQL that i am trying.

 

1 answer

0 votes
Michael Wohlgemuth
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 20, 2019

Hy @Kalyan Balla

try

project = test AND text ~ ev_ck_hcc3a_ 
Kalyan Balla September 20, 2019

(project = test AND Impact ~ "ev_ck_hcc3a_*" ) this is the JQL that i am trying.

 

impact is a field.

Michael Wohlgemuth
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 20, 2019

i assume, since you dont give any further information, that "impact" is a text field, in which case my query will return issues with the desired string in this or any other text field.

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.
September 20, 2019

Are you trying to use “*” as a wildcard? This is not supported. Can you remove that and retry?

you may find this article useful - advanced-searching-operators-reference

Suggest an answer

Log in or Sign up to answer