Need to search issue type ID but receive "Operator 'is not' does not support searching for non-empty values for field 'issuetype'."

Brian Blonowicz October 19, 2016

Operator 'is not' does not support searching for non-empty values for field 'issuetype'.

Seems like a basic search that should be allowed.

2 answers

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 19, 2016

Try "not in" instead.  As in "issuetype not in (bug, feature)"

0 votes
Mahesh S
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 19, 2016

The operator 'is not' is used only to validate whether it is EMPTY or not. The issue type value can never be empty in JIRA issues. You are looking to check the issue type value and hence please use != operator.

For example,  issuetype != epic

Suggest an answer

Log in or Sign up to answer