How can I search for issues that do NOT have any issue links set?

Jodie Vennitti July 3, 2017

Hi, I am wanting to search for roadmap issues that have not had their BoM issue links set.  

When I use the field "issuelinks" (or any other form) in JQL search, JIRA returns "Field does not exist"

Can anyone help?

 

1 answer

1 accepted

0 votes
Answer accepted
Rachel Wright
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 5, 2017

Hi Jodie,

Here's the documentation for the linkedIssues() function:

https://confluence.atlassian.com/jirasoftwarecloud/advanced-searching-functions-reference-764478342.html#Advancedsearching-functionsreference-linkedIssuelinkedIssue

Format examples: 

  • issue in linkedIssues(ISSUE-123)
  • issue in linkedIssues(ISSUE-123, "is related to")

I don't know of a way to return NO links.  The only workaround I know of is to visually detect issues with no links.  On your search results page or dashboard, add the "Linked Issues" column.  It will be visually obvious which issues have links and which do not.  Sorry I don't have a better answer for you.

For your "Field does not exist" error, I found this: https://confluence.atlassian.com/jirakb/field-does-not-exist-message-when-searching-223221363.html

Cheers,
Rachel Wright

Suggest an answer

Log in or Sign up to answer