How Can I Export Stories In the Same Order As the Backlog?

Sean Fleming July 2, 2015

I have the following JQL Search Query to grab Stories in a specific Epic:

project = AA AND issuetype in (Story) AND "Epic Link" = AA-#### and status not in (Resolved,Done) order by sprint, Rank

This gives me the stories I need; however, it does not preserve the Backlog order of said stories. 

Getting those in order was a rather arduous process. 

How can I export the story list in the same order as the Backlog?

1 answer

2 votes
HarryH
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 2, 2015

You can sort by Rank only.   ORDER BY Rank ASC

Suggest an answer

Log in or Sign up to answer