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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
I need to find all issues with certain link type, but i can't find in one query more than one level of link.
For example there is issue Product-1278, it has 3 issues with link "is child for", but all of these three issues has few issues with the same link type. So i need to include that issues too.
I tried JQL:
issue = PRODUCT-1278 OR issuefunction in hasLinkType("Child") and issue in linkedIssues(PRODUCT-1278) OR issueFunction in hasLinkType("Child") AND issueFunction in linkedIssuesOf("issuefunction in linkedissuesof("issue in linkedIssues(PRODUCT-1278)", "is child for")", "is child for")
but got
issue = PRODUCT-1278 OR issuefunction in hasLinkType("Child") and issue in linkedIssues(PRODUCT-1278) OR issueFunction in hasLinkType("Child") AND issueFunction in linkedIssuesOf("issuefunction in linkedissuesof('issue in linkedIssues(PRODUCT-1278)', 'is child for')", "is child for")
issue = PRODUCT-1278 OR issuefunction in hasLinkType("Child") and issue in linkedIssues(PRODUCT-1278) OR issueFunction in hasLinkType("Child") AND issueFunction in linkedIssuesOf("issuefunction in linkedissuesof('issue in linkedIssues(PRODUCT-1278)', 'is parent of')", "is child for")
You may try some apps from the marketplace. For example, Links Hierarchy https://marketplace.atlassian.com/apps/1211022/links-hierarchy-full-dependency-viewer This app adds JQL functions that return linked issues from 1 to 5 depth levels.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.