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!