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.
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.
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 ... )
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}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Marc,
Could you try adding sprint is EMPTY to your query to sort backlog
duedate <= "12w" AND sprint is EMPTY ORDER BY duedate ASC
Taha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.