I am tyring to write a query that includes the work in open sprints, but excludes the work assigned to the very next sprint to become active.
This is the feedback I keep getting in research shows me this query, but the results returns the next sprint to become active:
project = "myproject" AND sprint in futureSprints() and sprint not in closedSprints()