Sprint is empty
This JQL gives me rows with non empty sprint. This rows are, as well, not to be found in
Sprint is not empty
Is it something with launching very first sprint, or is it just general behaviour? Quering by the number of the sprint gives same results as not emty query.
Cloud, new-gen project
Hi @gretten
@welcome to community
I believe you need to do this
project = currentproject And (Sprint not in openSprints() OR Sprint not in futureSprints() OR sprint not in closedSprints())
Alternatively you can also use the !=
Generally is not empty really only works well with text fields
best,
clark
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.