Order issues by duedate in scrum board backlog

Marc Kellerer September 2, 2015

Hello,

for any reason, I can't order issues by duedate.

I tried to set a quick filter:

duedate <= "12w" ORDER BY duedate ASC

and the same with

due <= "12w" ORDER BY due ASC

Doesn't seem to work, though. Due dates have no order.

2 answers

0 votes
Marc Kellerer September 2, 2015

Bildschirmfoto 2015-09-03 um 10.29.37.png

 

Hello Taha,

thank you for your suggestion.

It seems to work partially. Some issues still don't listen to the filter, though. smile

One issue has a due date in 2016 and occured on top of the backlog, or see screenshot:

May - Aug - May.

(Time span of filter enhanced and don't worry about due dates pointing to the past ... )

Taha Khanzada
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.
September 2, 2015

Try this as suggested in one of answers https://answers.atlassian.com/questions/315394/filter-for-agile-backlog {code} duedate <= "12w" AND (Sprint is EMPTY OR sprint not in openSprints()) AND (sprint is EMPTY OR sprint not in futureSprints()) ORDER BY duedate ASC {code} {code}

Like Erik likes this
Marc Kellerer September 2, 2015

Hello, tried this, but no difference, I'm afraid.

0 votes
Taha Khanzada
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.
September 2, 2015

Hi Marc,

Could you try adding sprint is EMPTY to your query to sort backlog

duedate &lt;= "12w" AND sprint is EMPTY ORDER BY duedate ASC

Taha

Suggest an answer

Log in or Sign up to answer