Advanced JQL - nested or iterative results

Jim Reynolds May 9, 2022

I'm trying to create a filter that will show Sub-tasks whose parents belong to a particular Epic.  Since Sub-tasks don't explicitly belong to Epics, I need to combine these two criteria:

1. Sub-task belongs to Project ABC

2. Parent of Sub-task belongs to Epic XYZ

2 answers

0 votes
Sreenivasaraju P
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.
May 9, 2022
0 votes
Guilhem Dupuy
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 9, 2022

Hi @Jim Reynolds ,

Your question was previously answered in this Community Post, but to summarize it the following JQL request exists on Jira Cloud : 

parentEpic = "NameOfEpic"

 

Does it solve your problem ?

Guilhem

Suggest an answer

Log in or Sign up to answer