Using the Not In Operator in JQL - Troubleshooting Guide
Help me with not in operator in JQL This is the event selector: selector: 'properties["$mp_api_timestamp_ms"] >= $start_unix and properties["$mp_api_timestamp_ms"] <= $end_unix and properties["$property"] not in ("test")' this is the error: {"request": "/api/query/jql?project_id=3342724", "error": "UserVisiblePreconditionFailedError: Failed to parse selector string: 'properties[\"$mp_api_timestamp_ms\"] >= 1745816400000 and properties[\"$mp_api_timestamp_ms\"] <= 1745823599000 and properties[\"type\"] not in (\"test\")'\n"}