Forums

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

Order by 'real order' in API request

Deleted user August 24, 2020

Hi community! I'm looking for a way to output epics in the order of how it is shown in the Jira Software interface. My client made their prioritisation in Jira. Now I'm in the dark how to output this order in the API output.

I'm currently using this JQL query:

project="BLA" AND issuetype="Epic" ORDER BY key

This outputs BLA1, BLA2, BLA3. Without the 'order by'-statement it output BLA3, BLA2, BLA1. I need the order as how the client has prioritised the epics in the Jira software. (for example BLA2, BLA1, BLA3)

Does somebody know if this is supported or does have a suggestion in which field to order by to have this order? Thanks in advance! :-)

2 answers

1 accepted

0 votes
Answer accepted
Florian
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.
August 24, 2020

Try ORDER BY RANK

0 votes
Deleted user August 24, 2020

@Florian Thank you!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events