Is there a way to search for issues with links? And also also issues without links?

Topher dailing October 17, 2012
Is there a way to search for issues with links? And also also issues without links?

3 answers

1 accepted

1 vote
Answer accepted
Matheus Fernandes
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 17, 2012

You can also use the Craftforge JQL Functions Plugin, which can do this and is free. You just need to use "issue in/not in linkedIssuesFromQuery("JQL query")" or "linkedIssuesFromFilter("filter name or its id")" function of the plugin (and the derivations of these functions).

Joe Clark
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 18, 2012

Even better! :-)

1 vote
Joe Clark
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 17, 2012

There is a commercial plugin available that can do this - the JQL Tricks plugin

It installs a bunch of new JQL functions, including one called hasLinks.

0 votes
Bhushan Nagaraj
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.
October 17, 2012

With jql, you can only search for a particular issue with links using linkedIssues().

Syntax

linkedIssues(issueKey)

linkedIssues(issueKey,linkType)

Suggest an answer

Log in or Sign up to answer