Hi,
I am trying to create JQL Query to search all the unresolved issues (story) in the sprints for Q1 2020 but i am unable to identify the criteria for the query to show correct results. I am using the below query:
project = XYZ AND issuetype = Story AND resolved is EMPTY AND updated >= StartOfYear() AND updated <= StartOfYear(3M) AND sprint in closedSprints()