You want to find issues that are in a current active sprint and nave not been in any previously completed sprints. Identify the correct JQL
Sprint IN openSprints()
Sprint NOT IN closed Sprints()
Sprint IN openSprints() and Sprint NOT IN dosedSprints()
Sprint IS NOT EMPTY
Sprint NOT IN futureSprints()
Submit