You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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"
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")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.