JQL question

Mehul Tailor October 14, 2020

I am struggling with something simple.. I want to filter out a few issues which have XX in front of the description line and sort all issues by Desc ( description) . How would I use JQL for that ?

 

sort by Desc AND issue not like "XX" does not work.

 

Any ideas ?

2 answers

1 vote
Veronique DUFOUR October 14, 2020

@Mehul Tailor Could you try the following?
description !~ XX order by description DESC

0 votes
Ziad Bakhiet October 14, 2020

Hello Tailor,

You can get the result using JQL Search Extensions.

issue in regex("description", "XX*") order by description

This jql will matches issues with description field starting with XX

The full documentation can be found here.

Regards,

Ziad

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events