I want to see tasks in the current and future sprints, but when I enter this condition, JQL does not show me any tasks at all
Sprint in futureSprints() AND Sprint in openSprints()
why doesn't the filter understand me?
Hi!
I think the problem is that you're using the wrong keyword. If you use OR instead of AND you should recieve a list of issues in the current and future sprint.
Here you can find documentation regarding the JQL keywords: https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-keywords/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.