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.
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")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.