Search for Issues with no links

kdprescott May 31, 2012

Is it possible to search for all Issues that do not have links?

e.g.: Search for all issues that:

- are in project = foo

- assigned to user Bar

- have no linked issues

1 answer

0 votes
Mark Symons
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.
May 31, 2012

Use the (commercial) JIRA Tricks Plugin. The query would be:

Project = Foo AND Assignee = bar AND issue not in hasLinks()

Suggest an answer

Log in or Sign up to answer