JQL query on a list field

Steven Milburn July 27, 2012

I am having a strange issue that I am wondering if is it just a limitation, bug, or my understanding problem. I have a JQL which includes

affectedVersion != v1a0

yet, I still get issues with v1a0 in the affected list.

After some playing around, I see the following:

1. If affectedVersion is ONLY v1a0, the filter works

2. If affectedVersion has v1a0 in the list, but not at the beginning or end, the filter works

3. if affectedVersion has v1a0 as the first or last version in the list, the issue does NOT get filtered out.

I've tried using "not in v1a0" in place of "!= v1a0", but it made no difference. Is there a better way to search a list picker field that gets around this?

Thanks

1 answer

0 votes
Jobin Kuruvilla [Adaptavist]
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.
July 27, 2012

What happens when you try

affetctedVersion not in ("v1a0")

Suggest an answer

Log in or Sign up to answer