Forums

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

How to create filter in JIRA with order by the active sprint tasks order

Ofer Shapira May 29, 2018

In active sprint we can drag tasks to order them by our desired priority from top to bottom.

I'd like to create a filter in JIRA to be used in my Dashboard, that will display a list of tasks from current sprint - and add ORDER BY the sorting i've done in the sprint by dragging tasks (from top to bottom)

I wrote this JQL:

project = Project_name AND issuetype in (standardIssueTypes(), subTaskIssueTypes()) AND sprint in openSprints()

But i don't know what param to put with ORDER BY

Any suggestions?

1 answer

1 accepted

0 votes
Answer accepted
Deleted user May 29, 2018

Hi @Ofer Shapira,

My suggestion would be to ORDER BY rank so long as the sprint is referred to in your JQL query. 

Hope this helps

Ofer Shapira May 29, 2018

It's not perfect but its good enough. I've also added order by status, which makes it a bit more accurate

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events