How to get all Bugs that have no links ?

Peter01
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 14, 2015

Hi,

 

I'd like to create a filter to identify quickly all bugs, in my JIRA project, that have no links. So I'm writing a function but i can't manage to end it...

 

The function is as follows (but i'm not even sure i'm using the right one) :

"issueFunction hasLinks(relates to... )". I've tried to write "NONE" but it doesn't work... What should I write so that JIRA understands i want all bugs that don't have links.

 

Please, help smile

 

Thxxxx

1 answer

0 votes
Jeremy Gaudet
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 14, 2015

From my read of the docs, it should be:

not issueFunction in hasLinks()

Suggest an answer

Log in or Sign up to answer