We have a field "Found in version" which is a "version picker("single version")" type custom field which is picking-up all the versions in the project. However, we are unable to use this field in JQL with operators like (= , != , > , >= , < , <= IS, IS NOT, IN, NOT IN).
"The operator '=' is not supported by the 'Found in Version' field." message appearing.
Please let me know how to use this type of field in JQL.
I've got a workaround for this issue. :)
We need to use the field id instead of field name in the JQL.
Eg., cf[XYZ] = "VersionABC"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.