How to display subtasks when searching for a specific epic link

Karl-Wilhelm Gerarts
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 4, 2018

Hello!

I want to display all tasks referencing a specific epic link. Because subtasks don't have an own epic link they will not occur in the search result. 

Is it possible to reference the subtasks "parent" and query for its epic link?

Or is there alternative way to query for all task and subtask referencing an epic link direct or indirect?

Thank you for help,

Karl

1 answer

2 votes
Alexey Matveev
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.
September 4, 2018

Hello,

You would need a plugin for it. For example, you could use the JQL Search Extensions for Jira plugin:

https://marketplace.atlassian.com/apps/1214791/jql-search-extensions-for-jira?hosting=cloud&tab=overview

The JQL query would look like this:

issue in subtaskOf("\"Epic Link\" = epiclink")

You can find more info here:

https://jqlsearchextensions.atlassian.net/wiki/spaces/SEARCH/pages/30497099/JQL+Reference+Server#JQLReference(Server)-SubTaskOf(jql-query)

Suggest an answer

Log in or Sign up to answer