I need to write a query that gives all the parents linked to the issues derived from another query .
So basically something like
Project =x and issuetype = EPIC and isuekey in ( parent link of sub query)
How to write that.
Hello @Preeti Singh
Welcome to the community.
That sort of filtering (filter within a filter) is not available in Jira Cloud out of the box.
See: https://jira.atlassian.com/browse/JRACLOUD-18918
You will need to look at adding an app to your instance to get that capability. There are a few such apps available like JQL Search Extensions and Adaptavist ScriptRunner.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.