The JQL
project in (AB) AND "SFDC Cases[Labels]" IS NOT null AND "SFDC Customer[Short text]" in ("CSl") and "Opportunity[Select List (multiple choices)]" in (RU) ORDER BY assignee
returns error
The operator 'in' is not supported by the 'SFDC Customer[Short text]' field.
But returns the desired output via Confluence + Jira Macro (Jira Legacy)
Any pointers on why?
Hi @UdayKiran
The error occurs because "SFDC Customer[Short text]"
is a text field, and JQL doesn't support the in
operator for text fields—only =
, !=
, or ~
(contains) are allowed.
It works in Confluence Jira macro (legacy) because it’s less strict with JQL validation, but Jira itself enforces the correct syntax.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.