Forums

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

I am unable to find Child Issue for Parents issue in jira

SunadhRaj.Malaka March 31, 2024

I am unable to find Child Issue for Parents issue in jira.

 

issue in linkedIssues("abc-224", "is parent of")

issue in linkedIssues("abc-224", "is a parent of")

 

Main issue - abc-224 ,

Child Issue  - (parent of) tab

              - xyz-1111,

              - xyq-2222 etc

 

but i didnt get any child issues for this query , we are using jira 9.4.2

Can someone help on this

 

 

Thank YOu

Sunadh Raj

2 answers

1 accepted

0 votes
Answer accepted
Ste Wright
Community Champion
April 1, 2024

Hi @SunadhRaj.Malaka 

Is the child linked to the parent using linked issues? Or using the standard parent fields - i.e Parent Link, Epic Link, etc.

---

If it's linked issues, double-check the link type is correct. You can check if it's working without the specified link type - i.e...

issue in linkedIssues("ABC-224")

---

If it's standard parent fields, use this JQL instead...

issue in childIssuesOf("ABC-224")

Ste

0 votes
Melo
Community Champion
March 31, 2024

Hi @SunadhRaj.Malaka,
Maybe the link type name is not correct. Have you tried some more generic, like:

issue in linkedIssues("abc-224") 

 I hope that helps.

Cheers,

Melo

Suggest an answer

Log in or Sign up to answer