IssueFunction not in hasLinks("[arg]") not returning correct results

Vince Butera September 14, 2015

This is my query: 

project = <arg> AND issueFunction not in hasLinks("<arg>")

it still returns issues with links = "<arg>"

Is this a bug in the code?

2 answers

0 votes
Sten Sundelin
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.
September 15, 2015

On one of our link types, someone had added an extra space at the end of the link type. Ensure your text matches the link type exactly and you're using the right direction.

 

Sten

0 votes
Taha Khanzada
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.
September 14, 2015

Hi Vince,

I tried below query and its working fine.

Project = Demo AND issueFunction not in hasLinks("is a dependency of") and it excludes the issue with this links.

What is your exact query ?

Taha

Suggest an answer

Log in or Sign up to answer