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.
Hi @Antony Willet - Vendor welcome to the community. This jql function is for issues within Advanced Roadmaps.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm thinking the only true parents you have are probably epics, so use the EpicsOf function.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.