how to search all the issues which summary does not start with a text as ABC and ABB

anand853 July 22, 2015

can you please let me know how to serach for all the list of issues in whchi the summary is doest not start with few letters . lets say 'ABC' and ABB

 

 

1 answer

0 votes
Vijay Khacharia
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.
July 23, 2015

Hi Anand,

Script runner plugins is what would help. It provides below function in JQL

issueFunction not in issueFieldMatch("project = XYZ", "summary", "^ABC") and project = XYZ

The function searches all the issues that have summary which doesnt start with provided regex for a given sub filter. 

Regards,

Vijay.

anand853 July 23, 2015

any other alternate? can you acheive start not start with kind of?

Vijay Khacharia
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.
July 23, 2015

Not that I am aware of :(

Suggest an answer

Log in or Sign up to answer