Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

how to do advanced/tiered sorting?

Sven Anderson January 29, 2019

Hey all,

is there a possibility to create a tiered search statements in the issue collector like:

1st tier: is priority descending
2nd tier: creation date descending
3rd tier: last Update ascending

I have played with the JQL statements but with no sufficient outcome since it runs into errors when trying to integrate a 2nd tier.

Any suggestion?

Thanks in advance,

Sven

 

2 answers

2 accepted

1 vote
Answer accepted
Sreenivasaraju P
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.
January 29, 2019

HI @Sven Anderson,

Have you tried below query

 

project = "project name" ORDER BY  priority DESC, created DESC,updated ASC

Sven Anderson January 31, 2019

thanks, that perfectly answers the question. I struggled around trying it with brackets  without success.

1 vote
Answer accepted
Matthias Jupe (Scandio)
Contributor
January 29, 2019

Hi Sven Anderson,

I think you mean

ORDER BY priority, created, updated


in the end of your JQL.

 

Greetings,

Matthias

Sven Anderson January 31, 2019

thanks now it works like it should

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events