Hi there, running into the following challenge with creating a filtered lookup based on a custom date field from Jira Product Discovery.
Goal: I would like to build a filtered lookup that shows me all Ideas from Jira Product Discovery with an upcoming date. The date field is a custom field in product discovery that we call "Estimated Completion Date." My goal is to then use this lookup for an automation workflow.

Challenge: I am unable to use typical date filters with either Basic search or JQL when building this list.
Basic search:

JQL search:

With JQL, I receive the error "The operator '<=' is not supported by the 'Estimated Completion Date[Interval]' field." I also get this error if I use the custom field's ID, 'cf[10300]', instead of the descriptive name.
I see the same error when trying to validate this query in the automation builder in Jira Product Discovery:

Testing in a standard Jira Project:
I do not encounter this issue when building date filters on custom date fields in standard jira projects, so I'm thinking this is an issue potentially with Jira Product Discovery? For example, here is what I see with a custom date field in a standard Jira project using Basic search and JQL:


Am I missing something simple here or anyone know of potential workarounds that can help me achieve this filtered list? Appreciate any guidance!