Forums

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

search_issues not finding children

ali_sedaghat
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 22, 2023

Hi 

I am using the following command to get all child issues of an issue, but it always returns an empty list:

children = jira.search_issues("parent = %s" % parent_id)
I mean children is always an empty list while the parent issue has several children and I can fetch its field values properly.
Your help would be appreciated!

0 answers

Suggest an answer

Log in or Sign up to answer