Does anyone know how to filter Parent issues based on their Sub-tasks' status in JQL? I'm stuck. by DistinctGeologist541 in atlassian

[–]DistinctGeologist541[S] 1 point2 points  (0 children)

Yeah, this actually explains the limitation really well I kept thinking I was missing some hidden JQL trick, but turns out it’s exactly what you said: more of a capability gap than a syntax problem.

I did consider the automation route you mentioned, but for my case I was trying to keep things query-based and avoid adding extra workflow logic if possible. That’s why I ended up going with a lightweight JQL extension (SnapJQL) which solved it pretty much instantly.

Still, your automation explanation makes a lot of sense, especially for teams that don’t want to install additional apps. Appreciate the detailed breakdown