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
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
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
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.