How can I filter for issues that do not have linked another special issue type?

Kirsten Katte March 30, 2015

I would like to see all issues in a list, that do not have another issue of type "Docu" and link type "mentions" assigned. The current filter looks like this:

..AND issuefunction not in linkedIssuesOf("issuetype = Docu", mentions)

It works, except if other tickets are linked, or other link types are available in addition.

Thanx for helping!

 

2 answers

1 vote
RPandyaram
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.
March 30, 2015

Hi @Kirsten Katte ,

You have to include all issue types and links in your filter.

AND (issuefunction not in linkedIssuesOf("issuetype = Docu", mentions) OR issuefunction not in linkedIssuesOf linkedIssuesOf("issuetype = Doc", relates) OR .... )

0 votes
Kirsten Katte March 30, 2015

Hi,

sorry, but I think that is not what I want. As soon as at least one issue of type "Docu" is assigned, the filter shall not display the issue any more. But the issue is still displayed, if, for example, another issue of type "development" is assigned, too.

Suggest an answer

Log in or Sign up to answer