Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

How to find all linked tasks with specific links?

Hi!

There are lots of questions about how to find linked tasks with JQL, but can you please advise.

I need to find all epics and features (in a specific project) that do NOT have linked issues with the following link types: parent, associated with, etc.

I tried to use "issueFunction in hasLinks" but I'm nor sure how to:

1) include all link types,

2) how to place "not",

I use "issueFunction in hasLinks" because I need only outbound links.

Thanks!

2 answers

0 votes
Muhammad Ramzan_Atlassian Certified Master_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Oct 08, 2020

You might need to use some JQL plugins like JQL Search Extensions for Jira & reports 

 

Here is example how to use the query

Find issues which are blocked by issues from project JQL with priority = Highest. 

issue in linkedBy("is blocked by", "is related to", "project = JQL AND priority = Highest")

 

Reference:

https://jqlsearchextensions.atlassian.net/wiki/spaces/SEARCH/pages/30497099/JQL+Reference+Server#JQLReference(Server)-LinkType

0 votes
Vikrant Yadav
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Oct 08, 2020

hi @Aleksandra Repina 

If you want to get the list of issues linked to a specific issue, use the built in JQL function linkedIssues(issueKey).

If you want to get the list of issues linked to a specific issue with a specific link type, use the built in JQL function linkedIssues(issueKey, linkType).

Hi, thanks!

 

It will not work as the idea to find all issues that do not have specific link type.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events