Hi community,
I’m developing a custom field in Jira based on CalculatedCFType<String, String>. I want users to be able to search this field using the ~ (contains) operator in JQL, but currently, only exact matches with = work. Is there a way to make a CalculatedCFType field support partial text search with ~?
Are there any specific configurations or searcher/indexer implementations required for this?
Thanks in advance!