Forums

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

The JQL functions parentIssuesFromQuery() and parentIssuesFromFilter() do not return results

Antony Willet - Vendor
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 16, 2023

The JQL functions parentIssuesFromQuery() and parentIssuesFromFilter() do not return results.

Below is how I am trying them:

issue in parentIssuesFromQuery("project = PXP AND issuetype = Story")

When I try a new search with the query string "project = PXP AND issuetype = Story", it returns results.

The same with the function parentIssuesFromFilter(). I use the named filter as parameter.

1 answer

0 votes
Craig Nodwell
Community Champion
August 16, 2023

Hi @Antony Willet - Vendor welcome to the community.  This jql function is for issues within Advanced Roadmaps.

Antony Willet - Vendor
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 16, 2023

Hi @Craig Nodwell , thanks for the quick response.

Is there a similar function or query using which we can find the parent or child tickets of all IDs returned by a saved filter?

Craig Nodwell
Community Champion
August 16, 2023

I'm thinking the only true parents you have are probably epics, so use the EpicsOf function.

Craig Nodwell
Community Champion
August 16, 2023

Here's a reference page

Suggest an answer

Log in or Sign up to answer