Forums

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

Issues with combining childIssuesOf with "Parent Link" in

arun gurram
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!
October 10, 2023

issuekey in childIssuesOf(BB-503) AND fixVersion = "Beta"


"Parent Link" in childIssuesOf("BB-503") and issuetype = Epic

Both of above queries are working individually. How to i combine these queries so that i get the issues where the immediate parent fixVersion = "Beta"

1 answer

1 vote
Laurie Sciutti
Community Champion
October 10, 2023

Hi @arun gurram and welcome!  Try the following - childIssuesOf() is useful if you're looking for children of a specific key whereas portfolioChildrenOf() is useful when you need to find children of a subquery:

 

issueFunction in portfolioChildrenOf("key = BB-503 and fixVersion = Beta and type = Epic")

Suggest an answer

Log in or Sign up to answer