The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JQL inconsistency

UdayKiran
Contributor
April 25, 2025

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?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

4 votes
Answer accepted
Sanam Malleswari
Community Champion
April 25, 2025

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.

UdayKiran
Contributor
April 25, 2025

Thank you @Sanam Malleswari !!

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events