"ORDER BY Rank ASC" causing specific epic not to show up in filter results.

Robert Anthony September 22, 2015

My users are new to JIRA Agile. They are not "Ranking" anything. This advanced JQL Query causes one specific epic not to show up in the search results. When I remove "ORDER BY Rank ASC" from the JQL Query the epic appears. Any idea what someone clicked (or didn't click) on this issue to cause it not to show up? Thanks. 

1 answer

0 votes
Pilar
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.
October 20, 2015

Why dont you use the JQL

(MYJQL ORDER BY Rank ASC ) OR (project=XYZ and issuetype=Epic)

This way you get the ranked issues as well as the epic in the search results.

Suggest an answer

Log in or Sign up to answer