This query works (returns records) in BOTH the jira UI and from my jira-client (Typescript) code:
assignee = ejorgens
However, this other query that uses the updated field only works in the jira UI. When I paste it into my code, it executes, but returns 0 records:
updated >= '2024-08-15'