JQL Order by Parent

Stephen McFarland January 29, 2016

ENVIRONMENT:  JIRA ONLINE ( JIRA v7.1.0-OD-05-006 )

GOAL:  Have a list view of issues in hierarchical order (Project -> Epic -> Story -> SubTask)

SUMMARY:

This JQL works... status in (Open, "In Progress", Reopened) ORDER BY project, "Epic Name", "Epic Link", key ASC

This JQL does not ... status in (Open, "In Progress", Reopened) ORDER BY project, parent, "Epic Name", "Epic Link", key ASC

I have tried add-ons (such as Links Hierarchy) but it doesn't really solve this problem.

It appears this is a long term issue/requested feature that keeps getting denied.  I am hoping there is a solution for JIRA ONLINE users and maybe I have just over looked it...

4 answers

7 votes
Tobias September 18, 2018

2.5 years later... still no solution in sight.

2 votes
RVal
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.
January 29, 2016

Looks like 'parent' is available for logical JQL operators (OR, AND) but not for sorting (ORDER BY)

Searching gave me this opened ticket for JIRA core: https://jira.atlassian.com/browse/JRA-9197 where they mention how to work around this limitation until the ticket gets Atlassian attention.

Stephen McFarland January 29, 2016

Thank you for the suggestion.  Unfortunately the Script Runner plug-in is not supported by the JIRA ONLINE version.

It is also disappointing to read that thread and see that this issue has been known since 2006, and appears to be closed by the PM team.  The solution seems fairly straight forward - expose the "parentID" as a column you can order by.

0 votes
gal.k September 9, 2020

https://jira.atlassian.com/browse/JRASERVER-9197 

ORDER BY parent ASC, key ASC
0 votes
Stephen McFarland January 29, 2016

https://confluence.atlassian.com/jirasoftwarecloud/advanced-searching-fields-reference-764478339.html

Parent

Only available if sub-tasks have been enabled by your JIRA administrator.

Search for all sub-tasks of a particular issue. You can search by issue key or by issue ID (i.e. the number that JIRA automatically allocates to an Issue).

Syntax
parent
Field TypeISSUE
Auto-complete

No

Supported operators

= , != 
IN , NOT IN

Unsupported operators> , >= , < , <= , ~ , !~ 
IS , IS NOT, WAS, WAS IN, WAS NOT, WAS NOT IN , CHANGED 

Supported functions

None

Examples
  • Find issues that are sub-tasks of issue TEST-1234:
    parent = TEST-1234

--------

  • I use sub-tasks, so this should be enabled

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events