HowTo: Filter to show sub tasks of a filtered list of parent tasks
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Cause
There's no native way in JIRA applications to show a list of only the sub-issues of a specific task. This is tracked as JRASERVER-59181 - Ability search for all issues under a given Epic (including subtasks).
Workaround
To work around this limitation, use the Craftforge Search Linked Issues for JIRA plugin to use a meta filter.
Install the plugin
Create a parent filter, that will catch your parent issues, and save the filter.
1
project = MyProject AND fixVersion = "1.1.1" and issuetype in standardIssueTypes() and status != Closed
For this example, assume that the parent filter is named ParentIssueFilter
Create the Sub-task filter:
1
issue in subtaskIssuesFromFilter("ParentIssueFilter")
Resolution
To help improve the visibility of JRA-22153, please Vote for that issue. To remain appraised of the progress of that issue, please Watch the issue.
Was this helpful?