Wondering if there's been a change to the JQL for a current Sprint?
I've used this query for a while and lately it's telling me:
"Your project and sprint selection are invalid"
Query -
project = XX AND issuetype in (Bug, Story) AND Sprint in openSprints() ORDER BY created DESC
It looks like the query still returns the bugs & stories for a current sprint. If it is, why am I getting that error in the query?