Hello everyone,
I'm encountering the following issue: I've created a Jira filter that searches for specific projects and filters out a component. My problem is that as soon as I enter the command to filter out the component, the menu in my Sprint Board always defaults to the previous sprint, and I'm unable to switch between sprints.
Has anyone else experienced this issue and knows how to fix it?
My JQL-Filter:
project in (A,B) AND status in (New, "In Specification", Open) AND component != "X"
Hi @Hazim
Welcome to the community.
You filter removed any issues that don't comply with the filter.
So your filter only shows all issues in project A and/or B and status is in New, In Specification and/or Open and component not is X.
This means al issue not in those projects and not in those statuses and not have component X will not be shown.
My suggestion is to change you filter to:
project in (A,B) AND status in (New, "In Specification", Open) AND (component != "X" or component is empty)
Hi @Marc - Devoteam ,
This is my goal with the filter. However, the issue arises when I add the command "component = X" because it always sets the previous sprint in my Sprint Board. Without this command, I can switch between different sprints or display all of them.
And that's where my problem lies - I'm not sure what the error is.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.