JQL wildcard search on Summary column of issues

Beginner June 28, 2017

Hi All,

I am trying to filter out JIRA-Zephyr test cases which are having the summary as below.

Abc-efg-02-pqrst-XXXXX

Requirement is to list out all test cases which are having summary as Abc-efg-02-pqrst-

I have written below JQLs and trying to execute them. But none of them is returning expected results.

project = XYZ AND issuetype = Test and summary ~ "Abc-efg-02-pqrst-*"

project = XYZ AND issuetype = Test and summary ~ "Abc?efg?02?pqrst-*"

project = XYZ AND issuetype = Test and summary ~ "Abc\-efg\-02\-pqrst-*"

project = XYZ AND issuetype = Test and summary ~ "Abc\\-efg\\-02\\-pqrst-*"

 

Can someone pls help.

1 answer

1 vote
Lenard Lee
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 15, 2017

Hello,

I think there's a bug with regards to this. I found a ticket below:
https://jira.atlassian.com/browse/JRASERVER-47276

But for now, as a workaround to your use case which lists out all test cases which are having summary as Abc-efg-02-pqrst-, I would suggest using the following JQL:

project = XYZ AND issuetype = Test and summary ~ "Abc AND efg-02-pqrst-*"

 Case 1.PNG

Hope this helps =)

Best regards,
Lenard

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events