Forums

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

how to ORDER BY two parameters in the same filter?

jorge claveria
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 24, 2018

hi, we need to ORDER BY two parameters: estimated date and priority in the same filter.

Is is possible? if so, how is the regular expression for his filter?

 

our actual advance search is:

project = XXXXX AND issuetype in (Story, Task) AND (labels != YYYYY OR labels is EMPTY) AND (resolution is EMPTY OR resolutiondate >= -14d) ORDER BY "Estimated Date" 

 

 

1 answer

0 votes
Alexey Matveev
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 24, 2018

Hello,

It should be like this:

project = XXXXX AND issuetype in (Story, Task) AND (labels != YYYYY OR labels is EMPTY) AND (resolution is EMPTY OR resolutiondate >= -14d) ORDER BY "Estimated Date" , priority

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events