I have a query that returns stories. filter = 80612; I want to get all the parents Features

Tamar Lavi September 26, 2023

I tried 

issueFunction in linkedIssuesOf("fitler='80612'", "is parent of") but I am getting message no issues were found to match your search. There are 209 issues. I dont want to copy the issues and find the parent, since this is dynamic query we are using for reporting. 

1 answer

0 votes
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 26, 2023

Hello @Tamar Lavi 

Are you using Jira Cloud or Jira self-hosted (Server or Data Center)?

Do I understand correctly that your filter (80612) returns a list of issues (stories) and you want to get the parents (Features) for those issues?

How did you establish the parent/child relationship between the stories and features? Are you using a roadmapping tool like Advanced Roadmaps or a third party app, or did you use the generic issue linking functionality?

I also notice that in your text you misspelled "filter", which might only be a typo in your post.

issueFunction in linkedIssuesOf("fitler='80612'", "is parent of")

Suggest an answer

Log in or Sign up to answer