Hey,
Is there a way to search for "Child Issues" of a Parent? Not issues linked by "Linked Issues".
Issues linked using the Parent Link (advanced roadmaps).
Thanks.
Hi @Chukwuenyem Orakwusi welcome to the Atlassian Community!
Have you tried JQL:
"Parent Link" = <parent-issue-key>
Thanks for responding.
I've tried that function. I've also tried portfolioChildIssuesOf. For both, the issuekeys need to be entered. I need a more dynamic function to pull in, for example, all "Child Issues" in a project or attached to a issues in a filter.
Is there a native solution for that in Cloud?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I’m Maurício, a support engineer at Digital Toucan and I’m here to help you.
Unfortunately, using JQL of Jira, you’ll not be able to do it dynamically.
In the app where my team works, JQL Search Extensions for Jira, for example, you can use this query to find all your children of your epics
issue in childrenOfIssuesInQuery("type = epic”)
Please contact our support if you have any other questions about this query.
We’ll be happy to help you!
Best regards,
Maurício
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.