Check if Issue list field is not null

Francisco Trindade July 7, 2016

I have the 'Linked Issues' and 'Issue' fields. I want to check if the 'Issue' field is filled in or not.

Reference:

linkedIssues.jpg

 

1 answer

1 vote
Alex Christensen
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 7, 2016

If you are on JIRA Server and have ScriptRunner installed, you can use this JQL to find everything that does not have a linked issue.

issueFunction not in hasLinks()

More info here.

Suggest an answer

Log in or Sign up to answer