The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

How to write a JQL to return Features and their splitFrom tasks within an Epic?

Kris Roman
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!
August 17, 2021

Hi, 

Could you please help with writing a JQL that returns a view showing a list of Features with their SplitFrom Tasks in a specific Epic? 

So far I've managed to get this far:

 

project = "CON" AND "Epic Link" = CON-283 AND
type = Feature

 

The struggle here is that I do not know how to correctly add 'splitFrom' for the list of features under this epic.

 

Thank you!!

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Earl McCutcheon
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 18, 2021

Hello @Kris Roman ,

Thanks for reaching out, and by splitform do you mean the subtasks of the issues that are in the epic and the Issues directly linked to the epic?

If this is the case you can use the JQL function parentEpic() which will Search for issues and sub-tasks that are linked to an epic. 

parentEpic = CON-283

More details on the function can be seen in the feature request highlighting some additional release details here:

This will display issues and sub-tasks directly linked to the epic, as well as the Sub-tasks that are child issues of the issues connected via "Epic Link" to the epic.

Alternatively, there are a few add-on apps that expand on the native JQL functionality if you are looking for a more complex filter, such as a nested filter, to combine multiple levels of a search into the JQL.  Some examples can be seen in the following threads:

Regards,
Earl